mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Handle single line PR description (#263618)
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
top: 26px;
|
top: max(8px, min(26px, calc(100% - 26px)));
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--vscode-textLink-foreground);
|
color: var(--vscode-textLink-foreground);
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
background: var(--vscode-editor-background);
|
background: var(--vscode-editor-background);
|
||||||
|
|
||||||
.description-wrapper {
|
.description-wrapper {
|
||||||
/* This mask fades out the end of the second line of text so the "see more" message can be displayed over it. */
|
/* This mask fades out the end of text so the "see more" message can be displayed over it. */
|
||||||
mask-image:
|
mask-image:
|
||||||
linear-gradient(to right, rgba(0, 0, 0, 1) calc(100% - 80px), rgba(0, 0, 0, 0) calc(100% - 57px)), linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20px, rgba(0, 0, 0, 1) 2px, rgba(0, 0, 0, 1) 100%);
|
linear-gradient(to right, rgba(0, 0, 0, 1) calc(100% - 80px), rgba(0, 0, 0, 0) calc(100% - 57px)), linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20px, rgba(0, 0, 0, 1) 2px, rgba(0, 0, 0, 1) 100%);
|
||||||
mask-repeat: no-repeat, no-repeat;
|
mask-repeat: no-repeat, no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user