You've already forked wc-licensed-product
Fix download filename and icon wrapping in versions list
Wrap filename link and media-archive icon in a flex container with white-space: nowrap to keep them on a single line. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -167,6 +167,19 @@ code.file-hash {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Version download link - keep filename and icon on single line */
|
||||
.version-download-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.version-download-link .dashicons-media-archive {
|
||||
color: #2271b1;
|
||||
flex-shrink: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#versions-table .dashicons-media-archive {
|
||||
color: #2271b1;
|
||||
vertical-align: middle;
|
||||
|
||||
Reference in New Issue
Block a user