ASC.Web.Components: FieldContainer: text-overflow added

This commit is contained in:
Andrey Savihin 2019-09-30 16:12:47 +03:00
parent 59f2fb3c68
commit 820b1bfcf9

View File

@ -15,6 +15,9 @@ const horizontalCss = css`
margin: 0;
width: 110px;
min-width: 110px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.field-body {
flex-grow: 1;