mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35: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 {
|
.content table {
|
||||||
clear: right;
|
clear: right;
|
||||||
margin-bottom: 1rem;
|
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 */
|
/* 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