diff options
author | msquare <msquare@notrademark.de> | 2018-01-22 20:33:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 20:33:44 +0100 |
commit | 7278d379cda83d52572249e427a63e4e66b3279e (patch) | |
tree | 9b09a6fe1b85b883f298d549afe34ec96b50415f /templates/user_shifts.html | |
parent | ddadaada9dc1bd288c82da840a4c4f02767d3e43 (diff) | |
parent | d01246852950b1fbb4480618852fe7d154ec98fd (diff) |
Merge pull request #416 from jbeyerstedt/feature/mobile-ui
shifts view: change breakpoints to fit more on smaller screens
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r-- | templates/user_shifts.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index e137210c..83458529 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -60,9 +60,9 @@ </div> </div> </div> - <div class="col-md-2">%room_select%</div> - <div class="col-md-2">%type_select%</div> - <div class="col-md-2">%filled_select%</div> + <div class="col-md-2 col-xs-4 col-xxs-12">%room_select%</div> + <div class="col-md-2 col-xs-4 col-xxs-12">%type_select%</div> + <div class="col-md-2 col-xs-4 col-xxs-12">%filled_select%</div> </div> <div class="row"> <div class="col-md-12"> |