Fix px -> rem values (#1132)
This commit is contained in:
parent
c2c3832908
commit
9ebd0c4e00
@ -56,10 +56,10 @@
|
||||
margin-bottom: 0;
|
||||
|
||||
.last-in-list {
|
||||
margin-bottom: 5.675rem;
|
||||
margin-bottom: 5.6875rem;
|
||||
|
||||
&.ActionMessage {
|
||||
padding-bottom: 0.075rem;
|
||||
padding-bottom: 0.0625rem;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
&.last-in-list {
|
||||
// Forcing extra space which is taken by the appendix and causes incorrect container height calculation
|
||||
margin-bottom: 0.425rem;
|
||||
margin-bottom: 0.4375rem;
|
||||
}
|
||||
|
||||
&.is-in-selection-mode {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user