File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
js/src/test/scala/com/thirdparty/defs/styles Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -849,7 +849,7 @@ trait StyleProps {
849
849
* The column-gap CSS property sets the size of the gap (gutter) between an element's columns.
850
850
*
851
851
* - [[https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap column-gap @ MDN ]]
852
- * - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap ]]
852
+ * - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap Guide to Flexbox @ CSS-Tricks ]]
853
853
*/
854
854
lazy val columnGap : StyleProp [String ] with u.Length [DSP , Int ] = lengthStyle(" column-gap" )
855
855
@@ -1179,7 +1179,7 @@ trait StyleProps {
1179
1179
* This property lets you set both `column-gap` and `row-gap` at the same time.
1180
1180
*
1181
1181
* - [[https://developer.mozilla.org/en-US/docs/Web/CSS/gap gap @ MDN ]]
1182
- * - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap ]]
1182
+ * - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap Guide to Flexbox @ CSS-Tricks ]]
1183
1183
*/
1184
1184
lazy val gap : StyleProp [String ] with u.Length [DSP , Int ] = lengthStyle(" gap" )
1185
1185
@@ -1717,7 +1717,7 @@ trait StyleProps {
1717
1717
* The row-gap CSS property sets the size of the gap (gutter) between an element's rows.
1718
1718
*
1719
1719
* - [[https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap row-gap @ MDN ]]
1720
- * - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap ]]
1720
+ * - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap Guide to Flexbox @ CSS-Tricks ]]
1721
1721
*/
1722
1722
lazy val rowGap : StyleProp [String ] with u.Length [DSP , Int ] = lengthStyle(" row-gap" )
1723
1723
You can’t perform that action at this time.
0 commit comments