Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit fa244bb

Browse files
committed
fix rule for distributed elements
1 parent bb6d14e commit fa244bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-layout.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ body.core-fit {
109109
}
110110

111111
/* distributed elements */
112-
::content > .core-flex, ::content > [core-flex], {
112+
::content > .core-flex, ::content > [core-flex] {
113113
-webkit-box-flex: 1;
114114
-ms-flex: 1;
115115
-moz-flex: 1;

0 commit comments

Comments
 (0)