mirror of
https://github.com/gogs/gogs.git
synced 2025-05-23 16:00:56 +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 {
|
.feeds .news p {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.feeds .news .time-since {
|
.feeds .news .time-since {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
@ -61,6 +61,7 @@
|
|||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.time-since {
|
.time-since {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user