Skip to content

Commit a1ef063

Browse files
committed
fix css lint
1 parent 5191932 commit a1ef063

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Elastic.Markdown/Assets/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
--offset-top: 72px;
2727
--max-layout-width: 1500px;
2828
--max-sidebar-width: calc(var(--spacing) * 65);
29-
--max-content-width: calc(var(--max-layout-width) - (var(--max-sidebar-width) * 2))
29+
--max-content-width: calc(
30+
var(--max-layout-width) - (var(--max-sidebar-width) * 2)
31+
);
3032
}
3133

3234
@media screen and (min-width: 767px) {

0 commit comments

Comments
 (0)