mirror of
https://github.com/portainer/portainer.git
synced 2025-07-31 03:09:44 +02:00
12 lines
158 B
CSS
12 lines
158 B
CSS
|
.service-form .form-group {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.service-form .form-group .input-group {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.service-form .clear-both {
|
||
|
clear: both;
|
||
|
}
|