Skip to content

Commit 21e9591

Browse files
committed
fix(admin,select2): fix select2 clear button float
1 parent fb9a63a commit 21e9591

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

css/admin.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,11 +3049,13 @@ table td>input[type="checkbox"] {
30493049
inline-size: 2rem;
30503050
}
30513051

3052-
.select2-container--default .select2-selection--single .select2-selection__clear {
3052+
.select2-container--default .select2-selection--single .select2-selection__clear,
3053+
.select2-container--default .select2-selection--multiple .select2-selection__clear {
30533054
block-size: 100%;
30543055
text-align: center;
30553056
font-size: var(--cs-font-size-h3);
30563057
color: var(--bs-danger);
3058+
float: inline-end !important;
30573059
}
30583060

30593061
.select2-container--default .select2-selection--single .select2-selection__arrow b {

css/admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.10
1+
1.5.11

0 commit comments

Comments
 (0)