X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea8fe8d5c3c55762a81ce0dc03ebd7c871982382..3d37044b67bfff18054682de8380bb3110d486d2:/app/views/notes/new.html.erb?ds=sidebyside diff --git a/app/views/notes/new.html.erb b/app/views/notes/new.html.erb index 6728b32ff..c9b1275b9 100644 --- a/app/views/notes/new.html.erb +++ b/app/views/notes/new.html.erb @@ -15,7 +15,7 @@ <div class="mb-3"> <textarea class="form-control" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t(".advice") %>"></textarea> </div> - <div class="btn-wrapper"> + <div> <input type="submit" name="add" value="<%= t(".add") %>" disabled="1" class="btn btn-primary"> </div> </form>