ProxmoxAAS-Dashboard/css/instance.css
Arthur Lu 3c2fa28f0a make instance article span entire width
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-03 22:49:24 +00:00

16 lines
207 B
CSS

img {
height: 1em;
}
div {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 10px;
margin-right: 4ch;
}
.btn-group {
margin-left: 0px;
justify-content: flex-end;
}