Skip to content

Commit

Permalink
#80 Pasage des libélés de 150px à 220 px max en largeur
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine37120 committed Mar 25, 2019
1 parent e141a27 commit 72c48e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/simsemsearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ body .SimSemSearch ul.componentsListe {
background: #fa8803; }
body .SimSemSearch ul.componentsListe li.groupe.WhereImpossible.completed > div .EndClassWidgetAddOrValue,
body .SimSemSearch ul.componentsListe li.groupe.WhereImpossible.completed > div .EndClassWidgetValue {
max-width: 150px;
max-width: 220px;
height: 42px;
overflow: hidden;
padding-right: 15px;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/simsemsearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, St

&>div .EndClassWidgetAddOrValue,
&>div .EndClassWidgetValue {
max-width: 150px;
max-width: 220px;
height: 42px;
overflow: hidden;
padding-right: 15px;
Expand Down

0 comments on commit 72c48e4

Please sign in to comment.