mirror of https://github.com/Lissy93/dashy.git
🐛 Attempts to fix Safari editor height (#439)
This commit is contained in:
parent
730280a448
commit
f463fbdf51
|
@ -242,6 +242,7 @@ div.edit-mode-bottom-banner {
|
|||
button {
|
||||
margin: 0.25rem;
|
||||
height: stretch;
|
||||
max-height: 3rem;
|
||||
}
|
||||
p.section-sub-title {
|
||||
grid-column-start: span 2;
|
||||
|
|
Loading…
Reference in New Issue