mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #989
This commit is contained in:
parent
9648eafd89
commit
94fcaa55f6
@ -9,6 +9,7 @@
|
||||
|
||||
### Issues closed
|
||||
|
||||
* #989 `navbar-brand` overflowing on mobile
|
||||
* #975 Variable `$table-head-color` isn't used
|
||||
* #964 Tabs sass file throwing error with `!important`
|
||||
* #949 `.is-size-7` helper is missing
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div id="meta" class="field is-grouped">
|
||||
<div id="meta" class="field is-grouped is-grouped-multiline">
|
||||
|
||||
{% if include.new %}
|
||||
<div class="control">
|
||||
|
File diff suppressed because one or more lines are too long
@ -49,6 +49,7 @@ $navbar-divider-background-color: $border !default
|
||||
align-items: stretch
|
||||
display: flex
|
||||
flex-shrink: 0
|
||||
max-width: 100vw
|
||||
min-height: $navbar-height
|
||||
overflow-x: auto
|
||||
overflow-y: hidden
|
||||
|
Loading…
Reference in New Issue
Block a user