mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Turn off hard word breaking in table cell code font, slightly reduce table font size
This commit is contained in:
@@ -183,6 +183,11 @@ th {
|
||||
.content table {
|
||||
clear: right;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.content table code {
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
/* Big draft warning at top of page so it's hard to mix up with the live site */
|
||||
|
||||
Reference in New Issue
Block a user