Skip to content

Commit

Permalink
UX: Improve group edit style for mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Dec 13, 2016
1 parent f4af74b commit fbd3727
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/assets/stylesheets/mobile/group.scss
Expand Up @@ -32,6 +32,18 @@
background-color: $quaternary;
}

.form-horizontal {
.control-group {
margin-bottom: 10px;
}

.group-flair-inputs {
.group-flair-right {
margin: 0px
}
}
}

table.group-logs {
width: 130%;
}
Expand Down

0 comments on commit fbd3727

Please sign in to comment.