Skip to content

Commit 12c9e9f

Browse files
authored
[4.0] Alert close (#34854)
The padding of the close X on joomla-alerts was changed with the UI repaint but the rtl override was kept in error. ### Before ### After
1 parent 1251da6 commit 12c9e9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

administrator/templates/atum/scss/vendor/joomla-custom-elements/joomla-alert.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
[dir=rtl] & {
126126
right: auto;
127127
left: 0;
128-
padding: .2rem .6rem;
129128
}
130129
}
131130

0 commit comments

Comments
 (0)