mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
@@ -1692,9 +1692,11 @@ input[type="submit"].button {
|
||||
}
|
||||
|
||||
.content p:not(:last-child),
|
||||
.content dl:not(:last-child),
|
||||
.content ol:not(:last-child),
|
||||
.content ul:not(:last-child),
|
||||
.content blockquote:not(:last-child),
|
||||
.content pre:not(:last-child),
|
||||
.content table:not(:last-child) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
@@ -1781,6 +1783,18 @@ input[type="submit"].button {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
.content dd {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.content pre {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-x: auto;
|
||||
padding: 1.25em 1.5em;
|
||||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.content table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user