[IMP] web: make many2many tags inline block without wrapping

Better look when using long words in tags

Closes #6963
This commit is contained in:
Holger Brunn 2015-07-02 11:57:32 +02:00 committed by Nicolas Martinelli
parent ce0027a6d0
commit 0cffd6f825
2 changed files with 2 additions and 0 deletions

View File

@ -567,6 +567,7 @@
border-radius: 3px;
background: #f0f0fa;
color: #4C4C4C;
display: inline-block;
word-break: break-word;
}
.openerp .oe_tag_dark {

View File

@ -516,6 +516,7 @@ $sheet-padding: 16px
@include radius(3px)
background: $tag-bg-light
color: #4C4C4C
display: inline-block
word-break: break-word
.oe_tag_dark
background: $tag-bg-dark