@mozaic-ds/angular 2.0.0-beta.20 → 2.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1941,7 +1941,7 @@ class MozTextInput {
|
|
|
1941
1941
|
const parent = this.clearButton.parentElement;
|
|
1942
1942
|
if (parent) {
|
|
1943
1943
|
if (this.isClearable()) {
|
|
1944
|
-
this.renderer.setStyle(parent, 'display', '
|
|
1944
|
+
this.renderer.setStyle(parent, 'display', 'flex');
|
|
1945
1945
|
}
|
|
1946
1946
|
else {
|
|
1947
1947
|
this.renderer.setStyle(parent, 'display', 'none');
|