Update show.html.erb
fix the button can't be seen because of overflow
This commit is contained in:
parent
90e5469e41
commit
8c8e44809d
|
@ -122,7 +122,7 @@
|
|||
<div id="view-photo-tags" class="nano" style="display:none">
|
||||
<div class="content">
|
||||
<form>
|
||||
<fieldset>
|
||||
<fieldset style="display: contents;">
|
||||
<legend>Tags</legend>
|
||||
<ul class="tags-groups">
|
||||
<% @tags.each do |tag| %>
|
||||
|
|
Loading…
Reference in New Issue