Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from luchiago/fix-width-input-swot
Browse files Browse the repository at this point in the history
Improve the size and position of input fields and buttons
  • Loading branch information
eduqg committed Oct 23, 2019
2 parents 6097443 + 655e9c0 commit 0e667fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/text_side_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@
.field-group-swot {
display: flex;
flex-direction: row;
width: 98%;
font-family: Raleway-Black;
margin-left: 10px;
margin-left: 5px;
margin-right: 45px
}
.field-add-swot {
Expand All @@ -102,4 +103,4 @@
border-bottom-right-radius: 7px;
border-top-right-radius: 7px;

}
}
3 changes: 1 addition & 2 deletions app/views/plans/_inputswotpart.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%= form_tag swotparts_path do %>
<%= hidden_field_tag :partname, tipo_do_swotpart %>

<div class="field-group-swot m-t-20">
<div class="field-group-swot m-b-20 top-auto">
<%= text_field_tag :name,
nil,
autocomplete: "off",
Expand All @@ -14,4 +14,3 @@
<% end %>
</div>
<% end %>

0 comments on commit 0e667fc

Please sign in to comment.