PMCORE-1584: Case notes must have the option to download the attached files

Correction Download

Show a lot of files

Large Text and Tooltip

Correction

Styles
This commit is contained in:
Fabio Guachalla
2020-06-10 16:29:46 -04:00
parent 3ddf8abc7c
commit b38daebb94
5 changed files with 42 additions and 8 deletions

View File

@@ -1675,4 +1675,12 @@ white-space:normal;
.navPanelBottom .x-toolbar-cell {
clear: both;
height: 50px;
}
.nav_list li a {
padding: 2px 2px 2px 10px;
overflow: hidden;
text-overflow: ellipsis;
width: 100px;
white-space: nowrap;
display: inline-block;
}