Aligned labels with switches for Labs flags (#7232)
This commit is contained in:
parent
fe7f453b1f
commit
4752cc184e
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ limitations under the License.
|
|||
|
||||
.mx_SettingsFlag {
|
||||
margin-right: 0; // remove right margin to align with beta cards
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.mx_ToggleSwitch {
|
||||
float: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue