mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add a border radius to code blocks
This commit is contained in:
parent
892c2d18b6
commit
de9b4bec7b
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ on smaller screens we display the note icon
|
|||
margin: 0;
|
||||
overflow-x: auto;
|
||||
word-wrap: normal;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.article-inner-css img {
|
||||
|
|
|
|||
Loading…
Reference in a new issue