Update show.html.erb

fix the button can't be seen because of overflow
This commit is contained in:
chiu 2019-11-12 20:50:32 +08:00
parent 90e5469e41
commit 8c8e44809d
1 changed files with 1 additions and 1 deletions

View File

@ -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| %>