Skip to content

Commit

Permalink
Merge pull request #6415 from vector-im/luke/feature-group-set-joinable
Browse files Browse the repository at this point in the history
Add CSS for new group admin radio button
  • Loading branch information
lukebarnard1 authored Apr 5, 2018
2 parents d95db20 + 723d269 commit 7f78c75
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 7f78c75

Please sign in to comment.