Skip to content

Commit

Permalink
fix long url
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Jan 30, 2025
1 parent eb18bd3 commit 4bfd3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/menu/publish.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.urlWrapper { display: flex; flex-direction: row; align-items: center; gap: 0px 8px; }
.urlWrapper {
.label { flex-grow: 1; user-select: text !important; position: relative; }
.label { flex-grow: 1; user-select: text !important; position: relative; @include text-overflow-nw; }
.label::after {
content: ''; display: block; position: absolute; right: -22px; top: 0px; width: 46px; height: 100%; z-index: 1;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) -22.83%, var(--color-bg-primary) 34.78%);
Expand Down

0 comments on commit 4bfd3fd

Please sign in to comment.