mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
fix checkbox regression
This commit is contained in:
parent
3dd49cae97
commit
2617ce5dd5
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ limitations under the License.
|
|||
|
||||
input[type=checkbox] {
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
& + label {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue