mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
23 lines
317 B
CSS
23 lines
317 B
CSS
.service-form .form-group {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.service-form .form-group .input-group {
|
|
width: 100%;
|
|
}
|
|
|
|
.service-form .clear-both {
|
|
clear: both;
|
|
}
|
|
|
|
.service-form .form-group {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.service-form .form-group .input-group {
|
|
width: 100%;
|
|
}
|
|
|
|
.service-form .clear-both {
|
|
clear: both;
|
|
}
|