mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 04:57:02 +01:00
Fix poor table column width due to breaking words (#31473)
Caused by #31091 --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
a4899ffa24
commit
053e5829a3
@ -2,7 +2,11 @@
|
||||
overflow: hidden;
|
||||
font-size: 16px;
|
||||
line-height: 1.5 !important;
|
||||
overflow-wrap: anywhere;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.conversation-holder .markup {
|
||||
overflow-wrap: anywhere; /* prevent overflow in code comments. TODO: properly restrict .conversation-holder width and remove this */
|
||||
}
|
||||
|
||||
.markup > *:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user