Skip to content

Commit aaa64c2

Browse files
committed
fix: improve styling for date columns in snippets table
1 parent d9c4c66 commit aaa64c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/manage.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,15 @@
137137
#wpbody-content & .column-name {
138138
white-space: nowrap; /* prevents wrapping of snippet title */
139139
}
140+
141+
td.column-date, th.column-date {
142+
white-space: nowrap;
143+
min-inline-size: 110px;
144+
max-inline-size: 200px;
145+
text-align: right;
146+
padding-inline-start: 8px;
147+
padding-inline-end: 8px;
148+
}
140149
}
141150

142151
td.column-description {

0 commit comments

Comments
 (0)