[FIX][web_responsive] Long-named multicompanies nice in XS (#688)

This commit is contained in:
Jairo Llopis
2017-08-10 12:12:21 +02:00
committed by Sergey Shebanin
parent 5aa73c7472
commit d16ac85bc3
3 changed files with 20 additions and 1 deletions

View File

@@ -36,6 +36,13 @@ header {
top: -3.5px;
}
}
.o_switch_company_menu {
.oe_topbar_name {
@media (max-width: @screen-xs-max) {
display: none;
}
}
}
> .oe_systray > li > a {
.fa {
position: relative;