mirror of https://github.com/zulip/zulip.git
stream_privacy_modal: Fix vertical alignment of radio inputs.
Fixes: #20347.
This commit is contained in:
parent
83a9401a89
commit
775018a818
|
@ -1040,10 +1040,6 @@ h4.stream_setting_subsection_title {
|
|||
margin: 5px 0 5px 5px;
|
||||
padding: 5px 0;
|
||||
|
||||
input[type="radio"] {
|
||||
margin: 3.5px 0 1px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
@ -1069,6 +1065,15 @@ h4.stream_setting_subsection_title {
|
|||
}
|
||||
}
|
||||
|
||||
.stream-creation-body input[type="radio"] {
|
||||
margin: 3.5px 0 1px;
|
||||
}
|
||||
|
||||
/* we have this 2px difference due to the font size being larger in the modal */
|
||||
#stream_privacy_modal input[type="radio"] {
|
||||
margin: 5.5px 0 1px;
|
||||
}
|
||||
|
||||
#change_stream_description {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
|
|
Loading…
Reference in New Issue