Skip to content

Commit

Permalink
fix(form): tile height shall not be fixed
Browse files Browse the repository at this point in the history
very long titles mays overflow

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 21, 2019
1 parent 62db58a commit bfb273f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ form.formcreator_form {
cursor: pointer;
border-radius: 0;
box-sizing: border-box;
//background-color: #E7E7E7;
animation-name: fadeInUp ;
animation-iteration-count: 1;
animation-timing-function: ease-in;
Expand All @@ -827,8 +826,7 @@ form.formcreator_form {
a.plugin_formcreator_formTile_title {
font-size: 1.1em;
padding: 10px 40px 15px 10px;
height: 33px;
line-height: 33px;
//height: 33px;
display: block;
}

Expand Down

0 comments on commit bfb273f

Please sign in to comment.