mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add CSS for group room visibility label alignment
This commit is contained in:
parent
c01ea56676
commit
06ce467876
@ -98,6 +98,12 @@ limitations under the License.
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MemberInfo label .mx_MemberInfo_label_text {
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 180px;
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MemberInfo input[type="radio"] {
|
.mx_MemberInfo input[type="radio"] {
|
||||||
vertical-align: -2px;
|
vertical-align: -2px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user