mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixed errors on unit and lint
This commit is contained in:
parent
3a41c48173
commit
a807c8b5e3
@ -31,7 +31,7 @@
|
||||
[style.display]="isExpiryDateToggleChecked ? 'block' : 'none'"
|
||||
data-automation-id="adf-slide-toggle-checked"
|
||||
class="adf-share-link__date-time-container">
|
||||
<mat-form-field class="adf-full-width" subscriptSizing="dynamic" data-automation-id="adf-content-share-expiration-field">
|
||||
<mat-form-field class="adf-full-width" subscriptSizing="dynamic" data-automation-id="adf-content-share-expiration-field" floatLabel="always">
|
||||
<mat-label>{{ 'SHARE.EXPIRATION-PLACEHOLDER' | translate }}</mat-label>
|
||||
<mat-datepicker-toggle
|
||||
[disabled]="time.disabled"
|
||||
|
@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
&--header {
|
||||
padding: 16px 24px 0 24px;
|
||||
padding: 16px 24px 0;
|
||||
}
|
||||
|
||||
&--dialog-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user