mirror of
https://github.com/directus/directus.git
synced 2026-02-15 06:45:23 -05:00
Add min-width to title-container
Not the most beautiful solution, but it works for most cases.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user