Skip to content

Commit

Permalink
fix(wizard): reduce spacing between search bar and results
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Feb 19, 2021
1 parent db452c7 commit 36870e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ a.plugin_formcreator_formTile_title {
min-width: 116px;
overflow-x: hidden;
overflow-y: auto;
padding: 10px 0 3px 23px;
padding: 0 0 3px 23px;
margin: -10px 0 -3px -23px;
background-color: #FFFFFF;
margin-left: 300px;
Expand All @@ -1101,7 +1101,7 @@ a.plugin_formcreator_formTile_title {
#plugin_formcreator_searchBar {
position: relative;
margin: 20px 25px 20px 6px;
padding: 10px 0 45px 0;
padding: 10px 0 10px 0;
box-sizing: border-box;
}

Expand All @@ -1123,7 +1123,7 @@ a.plugin_formcreator_formTile_title {
position: absolute;
float: left;
display: block;
top: 23%;
top: 34%;
text-align: center;
width: 100%;
font-size: 1.2em;
Expand Down

0 comments on commit 36870e5

Please sign in to comment.