mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-14 08:58:19 +00:00
style(css): use white-space nowrap for .col-name instead of fixed width
Removes the 28% fixed width and overflow-wrap on the project name column. white-space: nowrap lets the column size naturally to its content instead of forcing wrapping at an arbitrary width. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
8271b7c672
commit
57f189b004
1 changed files with 1 additions and 2 deletions
|
|
@ -604,8 +604,7 @@ kbd {
|
|||
}
|
||||
|
||||
.col-name {
|
||||
width: 28%;
|
||||
overflow-wrap: anywhere;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.col-name > a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue