Skip to content

Commit f4f9d24

Browse files
committed
feat(css): Added .text-justify
1 parent 4b1721e commit f4f9d24

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

css/admin.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ td,
261261
white-space: nowrap;
262262
}
263263

264+
.text-justify {
265+
text-align: justify !important;
266+
}
267+
264268
td.v {
265269
white-space: normal !important
266270
}
@@ -2177,7 +2181,7 @@ table td>input[type="checkbox"] {
21772181
left: 50%;
21782182
top: 50%;
21792183
transform: translate(-50%, -50%);
2180-
white-space: nowrap;
2184+
white-space: normal;
21812185
z-index: 1;
21822186
}
21832187

0 commit comments

Comments
 (0)