Skip to content

Commit 4adda10

Browse files
author
james
committed
docs: better fix for width on notes
1 parent 8b13e32 commit 4adda10

File tree

1 file changed

+2
-2
lines changed
  • docs/language/ql-training/_static-training/slides-semmle-2/static/theme/css

1 file changed

+2
-2
lines changed

docs/language/ql-training/_static-training/slides-semmle-2/static/theme/css/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,8 +1589,8 @@ p.first.admonition-title {
15891589
font-size: 1em;
15901590
}
15911591

1592-
.admonition.note ul {
1593-
width: 90%;
1592+
.admonition.note ul li {
1593+
width: inherit;
15941594
}
15951595

15961596

0 commit comments

Comments
 (0)