mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
13 lines
152 B
CSS
13 lines
152 B
CSS
.item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
|
|
.item .inputs {
|
|
}
|
|
|
|
.item .errors {
|
|
position: absolute;
|
|
bottom: -20px;
|
|
}
|