Browse Source

[FIX] Issue #193. display button as inline-block

pull/874/head
Laurent Mignon (ACSONE) 9 years ago
committed by Quentin Theuret
parent
commit
b8afc6544a
  1. 2
      help_online/static/src/css/help_online.css

2
help_online/static/src/css/help_online.css

@ -8,5 +8,5 @@ li.oe_help_online_not_found {
text-align: center;
margin: 3px auto 4px;
position: relative;
display: block;
display: inline-block;
}
Loading…
Cancel
Save