RED-4247 - fixed watermark host flex-direction

This commit is contained in:
Valentin Mihai 2022-07-18 13:07:48 +03:00
parent aabaf335fc
commit 529b3891f5

View File

@ -2,7 +2,7 @@
:host {
display: flex;
flex-direction: row;
flex-direction: row !important;
flex-grow: 1;
overflow: hidden;
}