mirror of https://github.com/OCA/web.git
[FIX] word wrap for appdrawer menu items
parent
ccccff2187
commit
8be10e013a
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
"name": "Web Responsive",
|
"name": "Web Responsive",
|
||||||
"summary": "Responsive web client, community-supported",
|
"summary": "Responsive web client, community-supported",
|
||||||
"version": "14.0.1.0.1",
|
"version": "14.0.1.0.2",
|
||||||
"category": "Website",
|
"category": "Website",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
||||||
|
|
|
@ -195,6 +195,8 @@ $chatter_zone_width: 35%;
|
||||||
background: none;
|
background: none;
|
||||||
transition: 300ms ease;
|
transition: 300ms ease;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
|
white-space: normal;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Reference in New Issue