1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-04-05 02:07:04 +00:00

Fix the edit button padding issue

Now the whole button is clickable
This commit is contained in:
Timur Ismagilov 2021-08-19 00:13:21 +05:00
parent 3a02721f80
commit 15415e44ff

View File

@ -758,11 +758,13 @@ kbd {
.edit-btn {
float: right;
margin: -0.25rem 0;
padding: 0;
}
.edit-btn__link {
display: block;
text-decoration: none;
color: inherit;
padding: .25rem .5rem;
}
.jump-btn {