SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 5cc57b2e authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add padding to dynsel

parent b0ebc168
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
.hx-dynsel { .hx-dynsel {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
position: relative; position: relative;
select { select {
...@@ -29,7 +27,9 @@ ...@@ -29,7 +27,9 @@
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
pointer-events: none; pointer-events: none;
background-color: rgba(10, 10, 255, 0.1) background-color: rgba(10, 10, 255, 0.1);
padding: 0.1rem 0.5rem;
border-radius: 0.25rem;
} }
ul { ul {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment