Add min-width to title-container

Not the most beautiful solution, but it works for most cases.
This commit is contained in:
Yannick Mol
2021-02-16 23:41:32 +01:00
parent a9b0b41ae9
commit 6d0afb7e43

View File

@@ -118,6 +118,7 @@ export default defineComponent({
position: relative;
display: flex;
align-items: center;
min-width: 10%;
max-width: calc(100% - 12px - 44px - 120px - 12px - 8px);
height: 100%;
margin-left: 16px;