mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-03 18:47:29 -05:00
Add workaround for code icon being chopped off on side
Introduced by 16f08dce7f
. Since the aspect
ratio of the icon isn't square, it's too wide and collides with the text
next to it. Would be nice to follow #82 and switch to a better
maintained icon pack.
This commit is contained in:
@ -299,6 +299,11 @@ table.simple tbody tr:nth-child(even) {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
/* workarounds for some icons from jam-icons being non-square aspect ratio */
|
||||
.icon-code {
|
||||
width: 1.25em;
|
||||
}
|
||||
|
||||
/* }}} */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user