mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
CSS: Don’t make .inline forms 100% width
This commit is contained in:
parent
7b0b32fc43
commit
b7617bf81b
@ -48,7 +48,9 @@ form.icinga-form {
|
|||||||
#layout.minimal-layout,
|
#layout.minimal-layout,
|
||||||
#layout.twocols:not(.wide-layout) {
|
#layout.twocols:not(.wide-layout) {
|
||||||
form.icinga-form {
|
form.icinga-form {
|
||||||
width: 100%;
|
&:not(.inline) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.control-label-group {
|
.control-label-group {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user