mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
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;
|
||
|
}
|