mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Optimized dropdown caret position a little bit
This commit is contained in:
parent
e92843a9bf
commit
eef844d42e
|
|
@ -279,6 +279,14 @@ html {
|
|||
min-height: inherit;
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
margin-left: -0.15em !important;
|
||||
}
|
||||
|
||||
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
|
||||
padding-right: 1.25em !important;
|
||||
}
|
||||
|
||||
/* Third party component customizations - Tempus Dominus */
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||
width: auto !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user