We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57449eb commit f944ab0Copy full SHA for f944ab0
src/lib/toolbar/toolbar.md
@@ -52,8 +52,8 @@ easily accomplished with `display: flex`:
52
```
53
```scss
54
.example-fill-remaining-space {
55
- // This fills the remaining space, by using flexbox.
56
- // Every toolbar row uses a flexbox row layout.
+ /* This fills the remaining space, by using flexbox.
+ Every toolbar row uses a flexbox row layout. */
57
flex: 1 1 auto;
58
}
59
0 commit comments