mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
ux(): minor fix
This commit is contained in:
parent
8f5a7f1764
commit
f4b97979c4
@ -131,7 +131,6 @@ mark,
|
||||
// Unordered and Ordered lists
|
||||
ul, ol {
|
||||
padding: 0;
|
||||
padding-left: $spacer;
|
||||
}
|
||||
ul ul,
|
||||
ul ol,
|
||||
|
@ -16,5 +16,8 @@
|
||||
h5 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
ul {
|
||||
padding-left: $spacer;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user