Skip to content

Commit

Permalink
Add CSS for new group admin radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebarnard1 committed Mar 29, 2018
1 parent 13cc139 commit 723d269
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@ limitations under the License.
top: 5px;
}

.mx_GroupView input[type='radio'] {
margin: 10px 10px 0px 10px;
}

.mx_GroupView_label_text {
display: inline-block;
max-width: 80%;
vertical-align: 0.1em;
line-height: 2em;
}

.mx_GroupView_body {
flex-grow: 1;
}
Expand Down

0 comments on commit 723d269

Please sign in to comment.