mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
fix pre-code overflow
This commit is contained in:
parent
555baefcd0
commit
1adfa39cfd
1 changed files with 4 additions and 2 deletions
|
|
@ -268,12 +268,13 @@ article {
|
|||
article.post-entry {
|
||||
display: grid;
|
||||
grid-gap: 1rem;
|
||||
grid-template-columns: 2.5rem auto;
|
||||
/* grid-template-columns: 2.5rem auto;*/
|
||||
grid-template-columns: 2.5rem minmax(min(50vw, 30ch), 1fr);
|
||||
}
|
||||
|
||||
article .twt-msg {
|
||||
padding: 0.5rem 0.5rem 0.5rem 0 ;
|
||||
overflow-wrap: anywhere;
|
||||
/* overflow-wrap: anywhere; */
|
||||
}
|
||||
|
||||
article .twt-msg p {
|
||||
|
|
@ -324,6 +325,7 @@ article .embed-video {
|
|||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
|
||||
article small {
|
||||
font-size: small;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue