Skip to content

Commit

Permalink
[fix] Remove css semicolon
Browse files Browse the repository at this point in the history
This semicolon seems liable to mess up the rendered css. Removing.
  • Loading branch information
kimo-k committed Jun 30, 2023
1 parent 18aa98c commit d0b105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/day8/re_frame_10x/styles.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
[ambiance]
{:background-color (background-color-1 ambiance)
:height (px 25)
:width #{"-webkit-fill-available" "-moz-available;"}
:width #{"-webkit-fill-available" "-moz-available"}
:padding [[0 gs-7]]
:border :none}
[:&:focus
Expand Down

0 comments on commit d0b105b

Please sign in to comment.