Commit 2e09b261 authored by Randall Leeds's avatar Randall Leeds

Give the bucket indicators an explicit height

This makes the code easier to understand because it makes explicit
the relationship to the line height of the label.
parent cc81396f
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
position: absolute; position: absolute;
margin-top: -8px; margin-top: -8px;
line-height: 1; line-height: 1;
height: 16px;
width: 26px; width: 26px;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment