mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Optimized Userfield save event handling (fixes #2458)
This commit is contained in:
@@ -362,8 +362,12 @@ html {
|
||||
min-height: inherit;
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
margin-left: -0.15em !important;
|
||||
.dropdown-toggle:after {
|
||||
vertical-align: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
content: '\f107';
|
||||
font-family: 'Font Awesome 6 Free';
|
||||
}
|
||||
|
||||
/* Third party component customizations - Tempus Dominus */
|
||||
|
Reference in New Issue
Block a user