mirror of
https://github.com/gogs/gogs.git
synced 2025-05-23 07:50:23 +00:00
public/css: add 'overflow-wrap: break-word' to dashboard news feeds (#5507)
This commit is contained in:
parent
dae311ea9d
commit
f4630f9044
@ -3034,6 +3034,7 @@ footer .ui.language .menu {
|
||||
}
|
||||
.feeds .news p {
|
||||
line-height: 1em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.feeds .news .time-since {
|
||||
font-size: 13px;
|
||||
|
@ -61,6 +61,7 @@
|
||||
}
|
||||
p {
|
||||
line-height: 1em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.time-since {
|
||||
font-size: 13px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user