Apply flex-basis to right header
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
88603e98f8
commit
c954eb1d12
|
@ -152,6 +152,8 @@
|
|||
|
||||
#header-right, .header-right {
|
||||
justify-content: flex-end;
|
||||
flex-basis: 210px;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
/* Right header standard */
|
||||
|
|
Loading…
Reference in New Issue