diff --git a/public/stylesheets/hints.scss b/public/stylesheets/hints.scss index cf4deea8..68b19f95 100644 --- a/public/stylesheets/hints.scss +++ b/public/stylesheets/hints.scss @@ -28,4 +28,7 @@ /* Sometimes mathjax elements cover up the hint collapse button */ z-index: 1; position: relative; + width: 1.75em; + height: 1.75em; + border-radius: 50%; }