aws multi account viewer rc1

This commit is contained in:
fbsanchez 2019-06-24 20:35:24 +02:00
parent 2a95fbb87a
commit 882aa67b3a
2 changed files with 10 additions and 0 deletions

View File

@ -78,3 +78,7 @@ div.new_task_cluster > div {
#fuerte {
font-size: 12px;
}
.flex-row-baseline * {
margin-right: 1em;
}

View File

@ -524,6 +524,12 @@ select:-internal-list-box {
justify-content: space-between;
align-content: center;
}
.flex-row-baseline {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: baseline;
}
.nowrap {
flex-wrap: nowrap;