mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(panel): working on panel help text and unifying panel links, panel errors, and panel help into a single panel feature, #4079 , #6847
This commit is contained in:
@@ -37,32 +37,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.plugin-markdown-readme {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: $spacer*1.5;
|
||||
margin-bottom: $spacer*2;
|
||||
}
|
||||
|
||||
table {
|
||||
td, th {
|
||||
padding: $spacer*.5 $spacer;
|
||||
}
|
||||
th {
|
||||
font-weight: normal;
|
||||
background: $table-bg-accent;
|
||||
}
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid $table-border;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
}
|
||||
|
||||
.get-more-plugins-link {
|
||||
color: $text-muted;
|
||||
font-size: $font-size-sm;
|
||||
|
||||
Reference in New Issue
Block a user