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:
Pedro Pinto Silva 2021-03-18 11:27:05 +01:00 committed by pedropintosilva
parent 53196acd4f
commit f618744206

View file

@ -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;