Skip to content

Commit

Permalink
Fixes Firefox rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis authored and danielcompton committed Feb 3, 2019
1 parent c5490c8 commit c3f05b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/day8/re_frame_10x/common_styles.cljs
Expand Up @@ -205,7 +205,8 @@

;; Default text color overrides
[:body {:color default-text-color}]
[:.form-control {:color default-text-color}]
[:.form-control {:color default-text-color
:width "100%"}]
[:.btn-default {:color default-text-color}]
[:.raptor-editable-block {:color default-text-color}]

Expand Down

0 comments on commit c3f05b7

Please sign in to comment.