add plain portlet

This commit is contained in:
Dennis Eichhorn 2020-04-05 17:07:43 +02:00
parent f448c7eeef
commit e2217ee1de
2 changed files with 11 additions and 0 deletions

View File

@ -23,6 +23,12 @@
}
}
.plain-portlet {
box-sizing: border-box;
margin-top: 1rem;
overflow-x: auto;
}
.portlet-body {
background: #fff;
padding: 1rem;

View File

@ -4439,6 +4439,11 @@ span.tag {
border-top: 1px solid #ebedf2;
padding: 1rem; }
.plain-portlet {
box-sizing: border-box;
margin-top: 1rem;
overflow-x: auto; }
.portlet-body {
background: #fff;
padding: 1rem; }