hide floating label (#1339)

This commit is contained in:
Cilibiu Bogdan 2020-02-13 17:36:36 +02:00 committed by GitHub
parent d6a8075642
commit f4cfc96849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,8 @@
display: none;
}
}
adf-share-dialog .mat-form-field-label-wrapper label {
display: none !important;
}
}