Skip to content

Commit 3f2aedd

Browse files
committed
Update admin.css
1 parent f4f9d24 commit 3f2aedd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

css/admin.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,7 @@ a.card-header {
255255
th,
256256
td,
257257
.text-clamp {
258-
-o-text-overflow: ellipsis;
259258
text-overflow: ellipsis;
260-
overflow: hidden;
261259
white-space: nowrap;
262260
}
263261

@@ -428,7 +426,6 @@ textarea {
428426
max-width: 100%;
429427
white-space: nowrap;
430428
overflow: hidden;
431-
-o-text-overflow: ellipsis;
432429
text-overflow: ellipsis;
433430
}
434431

@@ -2075,6 +2072,11 @@ table td>input[type="checkbox"] {
20752072
border-radius: .125rem;
20762073
}
20772074

2075+
.dropdown-menu.dropdown-menu-auto {
2076+
min-width: unset;
2077+
width: max-content;
2078+
}
2079+
20782080
.dropdown-divider {
20792081
margin: .312rem 0;
20802082
}

0 commit comments

Comments
 (0)