We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.text-justify
1 parent 4b1721e commit f4f9d24Copy full SHA for f4f9d24
css/admin.css
@@ -261,6 +261,10 @@ td,
261
white-space: nowrap;
262
}
263
264
+.text-justify {
265
+ text-align: justify !important;
266
+}
267
+
268
td.v {
269
white-space: normal !important
270
@@ -2177,7 +2181,7 @@ table td>input[type="checkbox"] {
2177
2181
left: 50%;
2178
2182
top: 50%;
2179
2183
transform: translate(-50%, -50%);
2180
- white-space: nowrap;
2184
+ white-space: normal;
2185
z-index: 1;
2186
2187
0 commit comments