fix line-height on code elements

This commit is contained in:
Elisabeth Dickinson 2021-04-08 10:36:19 +02:00
parent 89625e98dd
commit 94c82be4f2

View File

@ -308,7 +308,8 @@ header.o_main_header{
color: inherit;
background: $doc_code-bg;
padding: 0 .3rem;
margin: 0.1rem;
margin: 0 0.1rem;
line-height: 1.3;
border: 1px solid $gray-light;
overflow-wrap: anywhere;
}