mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
improve spacing
This commit is contained in:
parent
722cedc92e
commit
c6b455f470
1 changed files with 3 additions and 3 deletions
|
@ -21,20 +21,20 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_UserNotifSettings_inputCell {
|
.mx_UserNotifSettings_inputCell {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding-bottom: 21px;
|
padding-bottom: 8px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserNotifSettings_labelCell
|
.mx_UserNotifSettings_labelCell
|
||||||
{
|
{
|
||||||
padding-bottom: 21px;
|
padding-bottom: 8px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserNotifSettings_pushRulesTableWrapper {
|
.mx_UserNotifSettings_pushRulesTableWrapper {
|
||||||
padding-bottom: 21px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserNotifSettings_pushRulesTable {
|
.mx_UserNotifSettings_pushRulesTable {
|
||||||
|
|
Loading…
Reference in a new issue