UX: Improve group edit style for mobile.

This commit is contained in:
Guo Xiang Tan 2016-12-13 15:26:16 +08:00
parent f4af74b7b3
commit fbd3727c7d

View File

@ -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%;
}