add default class 'container' for div in pane to avoid content squishing

This commit is contained in:
Michael Atwood 2020-09-30 16:22:46 -07:00
parent 14746f47da
commit f70fed66ae

View File

@ -13,7 +13,7 @@
</div> </div>
@code { @code {
private string _paneadminborder = ""; private string _paneadminborder = "container";
private string _panetitle = ""; private string _panetitle = "";
[CascadingParameter] [CascadingParameter]
@ -33,7 +33,7 @@
} }
else else
{ {
_paneadminborder = ""; _paneadminborder = "container";
_panetitle = ""; _panetitle = "";
} }