mirror of https://github.com/portainer/portainer
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;
|
||
|
}
|