ProxmoxAAS-API/css/form.css

15 lines
193 B
CSS
Raw Normal View History

.input-grid {
display: grid;
column-gap: 10px;
row-gap: 5px;
align-items: center;
}
.input-grid * {
margin-top: 0px;
margin-bottom: 0px;
}
.input-grid .last-item {
text-align: right;
2022-12-12 22:57:43 +00:00
}