Skip to content

Commit bfb273f

Browse files
committed
fix(form): tile height shall not be fixed
very long titles mays overflow Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 62db58a commit bfb273f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css/styles.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ form.formcreator_form {
810810
cursor: pointer;
811811
border-radius: 0;
812812
box-sizing: border-box;
813-
//background-color: #E7E7E7;
814813
animation-name: fadeInUp ;
815814
animation-iteration-count: 1;
816815
animation-timing-function: ease-in;
@@ -827,8 +826,7 @@ form.formcreator_form {
827826
a.plugin_formcreator_formTile_title {
828827
font-size: 1.1em;
829828
padding: 10px 40px 15px 10px;
830-
height: 33px;
831-
line-height: 33px;
829+
//height: 33px;
832830
display: block;
833831
}
834832

0 commit comments

Comments
 (0)