Skip to content

Commit

Permalink
Fix permissions collapsing when editing a user (#1379)
Browse files Browse the repository at this point in the history
The text field which shows the permission's name is capped at a specific width which prevents it from taking the remaining width.
This small change makes sure the floating elements are cleared.
  • Loading branch information
david-szabo97 authored and rhukster committed Mar 18, 2018
1 parent ca4d1ca commit 343a495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/grav/scss/preset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1566,5 +1566,9 @@ body .bootstrap-datetimepicker-widget {
}
}

.permission-container {
overflow: hidden;
}

// Range-field
@import "template/modules/input-range";

0 comments on commit 343a495

Please sign in to comment.