mirror of https://github.com/ColorlibHQ/AdminLTE
add margin-bottom to form-inline in sidebar
parent
d5de8efb33
commit
ae470bec2e
|
@ -923,3 +923,6 @@
|
|||
.sidebar .form-inline .input-group {
|
||||
width: 100%;
|
||||
}
|
||||
.sidebar nav .form-inline {
|
||||
margin-bottom: .2rem;
|
||||
}
|
||||
|
|
|
@ -12794,6 +12794,10 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.sidebar nav .form-inline {
|
||||
margin-bottom: .2rem;
|
||||
}
|
||||
|
||||
.logo-xs,
|
||||
.logo-xl {
|
||||
opacity: 1;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue