Aligned labels with switches for Labs flags (#7232)

This commit is contained in:
Ankur
2021-12-03 14:46:37 +05:30
committed by GitHub
parent fe7f453b1f
commit 4752cc184e

View File

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