Prevent usage of .stab
elements to create scrollable areas in doc blocks
This commit is contained in:
parent
8fd6d03e22
commit
150623eb6c
@ -1102,6 +1102,12 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
|
||||
/* This is to prevent the `.stab` elements to overflow the .docblock elements. */
|
||||
.docblock .stab {
|
||||
padding: 0 0.125em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Black one-pixel outline around emoji shapes */
|
||||
.emoji {
|
||||
text-shadow:
|
||||
|
Loading…
Reference in New Issue
Block a user