Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Shorten the width of the publisher domain label so that long labels d…
…o not span the entire width of the page attachment
  • Loading branch information
coreymasanto committed Sep 21, 2021
commit f3724dc9189204e8a6526634e09de654b2a57049
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
text-overflow: ellipsis !important;
top: 35px !important;
white-space: nowrap !important;
width: calc(100% - 112px) !important;
}

.i-amphtml-story-draggable-drawer-header .i-amphtml-story-draggable-drawer-header-title-and-close {
Expand Down