fix: overview tab

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2022-08-16 12:09:57 +01:00
parent 78bf7eca24
commit ff49fa6d48
14 changed files with 182 additions and 14 deletions

View File

@@ -113,6 +113,9 @@ table {
}
}
.flexGrow {
flex-grow: 1;
}
.messageMap {
display: flex;
flex-flow: row;
@@ -139,6 +142,12 @@ table {
.messageText {
display: flex;
flex-flow: column;
flex-grow: 3;
textarea {
@include themed() {
color: t($color);
}
}
}
.messageAction {
float: right;