fix(panel): fixed text panel issue due to recent style changes, fixes #4095

This commit is contained in:
Torkel Ödegaard
2016-02-21 08:51:01 +01:00
parent 1a412378db
commit ac45ccbad7
5 changed files with 34 additions and 16 deletions

View File

@@ -40,6 +40,7 @@
@import "components/panel_dashlist";
@import "components/panel_singlestat";
@import "components/panel_table";
@import "components/panel_text";
@import "components/tagsinput";
@import "components/tables_lists";
@import "components/search";

View File

@@ -32,6 +32,7 @@ input,
button,
select,
textarea {
background-color: $input-bg;
@include font-shorthand($font-size-base,normal,$line-height-base); // Set size, weight, line-height here
}
input,

View File

@@ -0,0 +1,6 @@
.panel-text-content {
ul {
margin: 0 0 $spacer $spacer * 1.5;
}
}