We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ed300 commit 3181110Copy full SHA for 3181110
1 file changed
packages/admin-ui/src/page/style.scss
@@ -26,6 +26,8 @@
26
line-height: var(--wpds-font-line-height-lg);
27
margin: 0;
28
overflow: hidden;
29
+ text-overflow: ellipsis;
30
+ white-space: nowrap;
31
}
32
33
.admin-ui-page__sidebar-toggle-slot:empty {
@@ -38,8 +40,6 @@
38
40
font-size: var(--wpds-font-size-md);
39
41
line-height: var(--wpds-font-line-height-md);
42
- text-overflow: ellipsis;
- white-space: nowrap;
43
44
45
.admin-ui-page__content {
0 commit comments