9 lines
158 B
SCSS
9 lines
158 B
SCSS
|
:global {
|
||
|
/* Firefox hack for responsive table */
|
||
|
@-moz-document url-prefix() {
|
||
|
fieldset {
|
||
|
display: table-cell;
|
||
|
}
|
||
|
}
|
||
|
}
|