Skip to content

Commit 3181110

Browse files
committed
Move wrap/spacing rule to title from subtitle
1 parent b0ed300 commit 3181110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎packages/admin-ui/src/page/style.scss‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
line-height: var(--wpds-font-line-height-lg);
2727
margin: 0;
2828
overflow: hidden;
29+
text-overflow: ellipsis;
30+
white-space: nowrap;
2931
}
3032

3133
.admin-ui-page__sidebar-toggle-slot:empty {
@@ -38,8 +40,6 @@
3840
font-size: var(--wpds-font-size-md);
3941
line-height: var(--wpds-font-line-height-md);
4042
margin: 0;
41-
text-overflow: ellipsis;
42-
white-space: nowrap;
4343
}
4444

4545
.admin-ui-page__content {

0 commit comments

Comments
 (0)