Merge pull request #54 from influxdata/v2-layout

Increased line-height on codeblocks
pull/56/head
Scott Anderson 2019-02-08 14:48:33 -07:00 committed by GitHub
commit 028bb75803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -188,7 +188,10 @@
border-radius: $border-radius;
overflow-x: scroll;
overflow-y: hidden;
code { padding: 0; }
code {
padding: 0;
line-height: 1.4rem;
}
}
//////////////////////////////////// Tables ////////////////////////////////////