mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #989
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user