small fix

This commit is contained in:
Henry Jameson 2018-08-31 17:24:46 +03:00
parent 17f30190e0
commit d6240c25cf
1 changed files with 3 additions and 1 deletions

View File

@ -73,12 +73,14 @@
border-radius: var(--panelRadius, $fallback--panelRadius);
border-style: solid;
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
border-color: var(--border, $fallback--border);
border-width: 1px;
overflow: hidden;
.panel-heading {
background: transparent;
flex-direction: column;
align-items: stretch;
}
p {