mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix error message size in login component (#2419)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<md-card-content class="adf-login-controls">
|
||||
|
||||
<!--ERRORS AREA-->
|
||||
<div>
|
||||
<div class="adf-error-container">
|
||||
<div *ngIf="error" id="login-error" data-automation-id="login-error"
|
||||
class="error adf-error-message">
|
||||
<md-icon class="error-icon">warning</md-icon>
|
||||
|
||||
@@ -63,6 +63,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.adf-error-container{
|
||||
height:10px;
|
||||
}
|
||||
|
||||
.adf-error-message {
|
||||
display: flex;
|
||||
box-orient: horizontal;
|
||||
|
||||
Reference in New Issue
Block a user