mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
🐛 fix: #125 Set author and assignee columns to show full width
Closes: #125
This commit is contained in:
parent
3b98818272
commit
85093e223a
1 changed files with 4 additions and 0 deletions
|
|
@ -335,6 +335,10 @@ table.github-link-table {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.github-link-table-author {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.github-link-table-labels {
|
||||
height: 100%;
|
||||
flex-wrap: wrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue