Skip to content

Commit 235490f

Browse files
committed
On second thought, make it wrap to a second line on small screens
1 parent d72e36e commit 235490f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fun_with_flags/ui/templates/rows/_percentage.html.eex

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%>
88
<div id="percentage_gate" class="container fwf-I-hate-grids">
99
<div class="row no-gutters d-flex flex-nowrap" style="gap: 8px;">
10-
<div class="d-flex flex-grow-1 w-100 justify-content-between">
10+
<div class="d-md-flex flex-grow-1 w-100 justify-content-between">
1111
<div>
1212
<span class="badge badge-default">% of <%= gate_type %></span>
1313
-

0 commit comments

Comments
 (0)