6 lines
152 B
CSS
6 lines
152 B
CSS
.fill-remaining-space {
|
|
/* This fills the remaining space, by using flexbox.
|
|
Every toolbar row uses a flexbox row layout. */
|
|
flex: 1 1 auto;
|
|
}
|