app/assets/stylesheets/hyrax/controlled_vocabulary.scss in hyrax-5.0.0 vs app/assets/stylesheets/hyrax/controlled_vocabulary.scss in hyrax-5.0.1

- old
+ new

@@ -1,7 +1,7 @@ .controlled_vocabulary { @extend .multi_value; - .listing li:only-of-type .remove { - display: block; + .listing li .remove { + display: none; } }