Merge pull request #6415 from vector-im/luke/feature-group-set-joinable

Add CSS for new group admin radio button
pull/6375/merge
Luke Barnard 2018-04-05 17:17:44 +01:00 committed by GitHub
commit 7f78c75246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

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