mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #2937
This commit is contained in:
@@ -6941,6 +6941,7 @@ label.panel-block:hover {
|
||||
|
||||
.columns.is-mobile > .column.is-narrow {
|
||||
flex: none;
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.columns.is-mobile > .column.is-full {
|
||||
@@ -7149,6 +7150,7 @@ label.panel-block:hover {
|
||||
@media screen and (max-width: 768px) {
|
||||
.column.is-narrow-mobile {
|
||||
flex: none;
|
||||
width: unset;
|
||||
}
|
||||
.column.is-full-mobile {
|
||||
flex: none;
|
||||
@@ -7313,6 +7315,7 @@ label.panel-block:hover {
|
||||
@media screen and (min-width: 769px), print {
|
||||
.column.is-narrow, .column.is-narrow-tablet {
|
||||
flex: none;
|
||||
width: unset;
|
||||
}
|
||||
.column.is-full, .column.is-full-tablet {
|
||||
flex: none;
|
||||
@@ -7477,6 +7480,7 @@ label.panel-block:hover {
|
||||
@media screen and (max-width: 1023px) {
|
||||
.column.is-narrow-touch {
|
||||
flex: none;
|
||||
width: unset;
|
||||
}
|
||||
.column.is-full-touch {
|
||||
flex: none;
|
||||
@@ -7641,6 +7645,7 @@ label.panel-block:hover {
|
||||
@media screen and (min-width: 1024px) {
|
||||
.column.is-narrow-desktop {
|
||||
flex: none;
|
||||
width: unset;
|
||||
}
|
||||
.column.is-full-desktop {
|
||||
flex: none;
|
||||
@@ -7805,6 +7810,7 @@ label.panel-block:hover {
|
||||
@media screen and (min-width: 1216px) {
|
||||
.column.is-narrow-widescreen {
|
||||
flex: none;
|
||||
width: unset;
|
||||
}
|
||||
.column.is-full-widescreen {
|
||||
flex: none;
|
||||
@@ -7969,6 +7975,7 @@ label.panel-block:hover {
|
||||
@media screen and (min-width: 1408px) {
|
||||
.column.is-narrow-fullhd {
|
||||
flex: none;
|
||||
width: unset;
|
||||
}
|
||||
.column.is-full-fullhd {
|
||||
flex: none;
|
||||
|
||||
Reference in New Issue
Block a user