feat(controls): styled custom header dropdown with helptext and smart positioning (#13)
This commit is contained in:
@@ -40,8 +40,9 @@
|
||||
padding-top: calc(var(--grid-gutter) / 4);
|
||||
|
||||
@media (--breakpoint-desktop) {
|
||||
flex: 0 1 auto;
|
||||
width: var(--layout-sidebar-content-width);
|
||||
flex: 0 1 var(--layout-sidebar-content-width);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin-left: var(--grid-gutter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user