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

View File

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