[Trunk|Assets]: Disable resize of textarea
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@55368 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
ee83a25030
commit
5b7ac61eeb
|
@ -1060,3 +1060,7 @@ showTitle h2{
|
|||
a:hover, .uk-link:hover , .uk-link:hover, a:hover {
|
||||
color: var(--portal-main-color);
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue