mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +00:00
Fixes height of buttons.
This commit is contained in:
parent
89b0fdeecb
commit
6eba67a1d0
@ -1,7 +1,7 @@
|
|||||||
.blockLink {
|
.blockLink {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc(50% - 6px);
|
width: calc(50% - 6px);
|
||||||
height: 99px;
|
height: auto;
|
||||||
margin-top: 41px;
|
margin-top: 41px;
|
||||||
padding: 22px 25px 19px 96px;
|
padding: 22px 25px 19px 96px;
|
||||||
background: #F7F8F8;
|
background: #F7F8F8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user