Skip to content
Snippets Groups Projects
Commit f2d3527e authored by sjhuang26's avatar sjhuang26
Browse files

Add workaround for Firefox

parent c6256e8a
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,9 @@
outline: none;
font-size: 0.75rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 100%;
/* Workaround for Firefox */
width: 0;
flex: 1 1 auto;
}
.remove-button {
......
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