mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Create define (#156)
* Delete unused styles from linear progress * Allow vuei18n result as name in table haeder * Rename createX to defineX * Fix styling glitch in private view
This commit is contained in:
@@ -140,8 +140,11 @@ export default defineComponent({
|
||||
|
||||
.content {
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
main {
|
||||
height: calc(100% - 112px); /* TODO: add "collapsed" header state support */
|
||||
padding: var(--private-view-content-padding);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user