Notebookbar: References tab: InsertMultiIndex is too long
- Icon and label occupy a lot of horizontal space - Dramatic in smaller laptops - Limit width of that long label without increasing height Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I1e78257f0c6c166372b585b2a5a47e2811f54129
This commit is contained in:
parent
53196acd4f
commit
f618744206
1 changed files with 8 additions and 0 deletions
|
@ -548,6 +548,14 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
|
|||
width: 32px !important;
|
||||
}
|
||||
|
||||
#InsertMultiIndex .unolabel {
|
||||
max-width: 190px;
|
||||
table-layout: fixed;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#table-Reference-Section-Field.notebookbar
|
||||
{
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue