Skip to content

Commit

Permalink
Add text-overflow: ellipsis to the admin menu (#39224)
Browse files Browse the repository at this point in the history
  • Loading branch information
taipeicoder authored Sep 5, 2024
1 parent d51169c commit 90fc4d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: added

Admin menu: Add text-overflow ellipsis for the site title and domain.
2 changes: 2 additions & 0 deletions projects/packages/masterbar/src/admin-menu/admin-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,10 @@
.site__info .site__title,
.site__info .site__domain {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.site__info .site__title::after,
.site__info .site__domain::after {
content: "";
Expand Down

0 comments on commit 90fc4d9

Please sign in to comment.