diff options
author | Adam Hovorka <[email protected]> | 2020-04-24 21:52:45 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2020-04-24 21:52:45 -0600 |
commit | 576f66fa96906992791f84d0dfaed697c1bd80f1 (patch) | |
tree | 879dea5226718f27a67dd09d3bdc0eafa9e20729 /style.css | |
parent | 1b01a8f62ccc476d8058f396dc69dafe1408d162 (diff) |
Fix the styling on the choice delete button
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ section textarea:focus { .choice-delete { position: absolute; right: 0; - margin-top: 3px; + margin-top: -1px; color: var(--off); cursor: pointer; } |