mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8450] Fixed issue where required marker * was not showing up for create rule > Name field (#3984)
* [ACS-8450] Fixed issue where required marker * was not showing up for creat rule > Name field * [ACS-8450] Fixed alignment issue * [ACS-8450] Changed styling selectors * [ACS-8450] Added null/undefined safety check for name
This commit is contained in:
@@ -51,6 +51,10 @@
|
||||
max-width: 400px;
|
||||
font-size: inherit;
|
||||
|
||||
label[for='rule-details-name-input'] {
|
||||
transform: translateY(-20%) scale(1);
|
||||
}
|
||||
|
||||
&__textarea {
|
||||
min-height: 4em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user