mirror of https://github.com/portainer/portainer
14 lines
152 B
CSS
14 lines
152 B
CSS
|
.item {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.item .inputs {
|
||
|
}
|
||
|
|
||
|
.item .errors {
|
||
|
position: absolute;
|
||
|
bottom: -20px;
|
||
|
}
|