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 id="view-photo-tags" class="nano" style="display:none">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<form>
|
<form>
|
||||||
<fieldset>
|
<fieldset style="display: contents;">
|
||||||
<legend>Tags</legend>
|
<legend>Tags</legend>
|
||||||
<ul class="tags-groups">
|
<ul class="tags-groups">
|
||||||
<% @tags.each do |tag| %>
|
<% @tags.each do |tag| %>
|
||||||
|
|
Loading…
Reference in New Issue