update modal title

This commit is contained in:
2020-02-18 21:37:22 +01:00
parent 2bc4aed361
commit da62ce6c3c
2 changed files with 5 additions and 2 deletions

View File

@@ -36,13 +36,16 @@
.modal_title {
flex-grow: 1;
flex-shrink: 0;
flex-shrink: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
font-size: 1.2em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.modal_btn_close {