layout changes

This commit is contained in:
zadam
2021-06-13 22:55:31 +02:00
parent e054a1694e
commit fb31acc8e0
30 changed files with 125 additions and 73 deletions

View File

@@ -26,7 +26,7 @@ class BasicWidget extends Component {
}
contentSized() {
console.log("Using contentSized() is deprecated NOOP and it is recommended to remove its use.");
this.css("contain", "none");
return this;
}
@@ -39,6 +39,7 @@ class BasicWidget extends Component {
collapsible() {
this.css('min-height', '0');
this.css('min-width', '0');
return this;
}