fix overflow in Table

feat/vaults
Tomáš Mládek 2021-07-22 20:51:50 +02:00
parent 2bbd59d7b3
commit 9835b50199
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ export default defineComponent({
.text-input {
display: flex;
align-items: center;
.content {
min-width: 0;
flex-grow: 1;
}
}
.edit {