mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(panel): fixed text panel issue due to recent style changes, fixes #4095
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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,
|
||||
|
||||
6
public/sass/components/_panel_text.scss
Normal file
6
public/sass/components/_panel_text.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
.panel-text-content {
|
||||
ul {
|
||||
margin: 0 0 $spacer $spacer * 1.5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user