mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX][web_responsive] Long-named multicompanies nice in XS (#688)
This commit is contained in:
committed by
Sergey Shebanin
parent
5aa73c7472
commit
d16ac85bc3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user