Skip to content

Commit d1bb03d

Browse files
authored
[5.4] Choices select padding (#47244)
Increases the inline-end padding so that the checkmark if present doesnt appear on top of the text
1 parent 6fc8f6c commit d1bb03d

File tree

1 file changed

+1
-1
lines changed
  • build/media_source/templates/administrator/atum/scss/vendor/choicesjs

1 file changed

+1
-1
lines changed

build/media_source/templates/administrator/atum/scss/vendor/choicesjs/choices.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
background-color: var(--body-bg);
8686

8787
.choices__item {
88-
padding-inline-end: 10px;
88+
padding-inline-end: 25px;
8989
}
9090

9191
.choices__item--selectable {

0 commit comments

Comments
 (0)