Skip to content

Commit

Permalink
CSS: fill-available -> stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
mlt committed Nov 28, 2019
1 parent 1f3b40b commit 336d2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/tabulatr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
width: 100%;
width: -moz-available; /* WebKit-based browsers will ignore this. */
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
width: fill-available;
width: stretch;
height: 5em;
margin-bottom: -5em;
padding-top: 3em;
Expand Down

0 comments on commit 336d2a7

Please sign in to comment.