Skip to content

Commit

Permalink
fix(serviceCatalog): fix left menu for some languages
Browse files Browse the repository at this point in the history
menu entries may be too long

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Apr 26, 2019
1 parent 51fe9ae commit f1bc390
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1154,9 +1154,9 @@ a.plugin_formcreator_formTile_title {
.plugin_formcreator_services li {
padding: 5px 0 5px 13px;
width: 100%;
height: 48px;
line-height: 38px;
box-sizing: border-box;
clear: left;
}

.plugin_formcreator_leftMenu .plugin_formcreator_services li a {
Expand Down Expand Up @@ -1214,11 +1214,13 @@ a.plugin_formcreator_formTile_title {

span.fc_list_icon {
width: 42px;
height: 24px;
display: inline-block;
height: 48px;
vertical-align: middle;
font-size: 1.7em;
color: #FFFFFF;
float: left;
padding-top: 5px;
box-sizing: border-box;
}

.plugin_formcreator_entityProfile {
Expand Down

0 comments on commit f1bc390

Please sign in to comment.