We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
admin.css
1 parent f4f9d24 commit 3f2aeddCopy full SHA for 3f2aedd
css/admin.css
@@ -255,9 +255,7 @@ a.card-header {
255
th,
256
td,
257
.text-clamp {
258
- -o-text-overflow: ellipsis;
259
text-overflow: ellipsis;
260
- overflow: hidden;
261
white-space: nowrap;
262
}
263
@@ -428,7 +426,6 @@ textarea {
428
426
max-width: 100%;
429
427
430
overflow: hidden;
431
432
433
434
@@ -2075,6 +2072,11 @@ table td>input[type="checkbox"] {
2075
2072
border-radius: .125rem;
2076
2073
2077
2074
+.dropdown-menu.dropdown-menu-auto {
+ min-width: unset;
+ width: max-content;
2078
+}
2079
+
2080
.dropdown-divider {
2081
margin: .312rem 0;
2082
0 commit comments