[Library | Trunk]: Input truncate text input on unfocus status
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60822 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f9bd4044f3
commit
97f7efa291
|
@ -21,6 +21,13 @@
|
||||||
line-height: 31px;
|
line-height: 31px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-box .uk-input,
|
||||||
|
.input-box .uk-textarea {
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.input-box .uk-textarea,
|
.input-box .uk-textarea,
|
||||||
.input-borderless .uk-textarea {
|
.input-borderless .uk-textarea {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
Loading…
Reference in New Issue