forked from kevadesu/forgejo
new commits table
This commit is contained in:
parent
d7c3c79c00
commit
aa65761d81
14 changed files with 163 additions and 90 deletions
|
@ -92,6 +92,13 @@ img {
|
|||
&.small {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
&.truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue