Skip to content

Commit

Permalink
fix: extension manager layout issues where the install button was off…
Browse files Browse the repository at this point in the history
…screen
  • Loading branch information
abose committed Oct 18, 2023
1 parent 81c8e96 commit 322572e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ a[href^="http"] {
}
.ext-info {
padding-left: 15px;
width: 220px;
max-width: 300px;
}
.ext-name {
color: @bc-text;
Expand All @@ -1454,8 +1454,7 @@ a[href^="http"] {
}
}
.ext-desc {
width: auto;
max-width: 350px;
max-width: 275px;
color: @bc-text;
font-weight: normal;
.user-select(text);
Expand All @@ -1465,6 +1464,13 @@ a[href^="http"] {
color: @dark-bc-text;
}
}
.ext-full-description {
width: 100% !important;
max-height: 50px; /* Adjust based on your requirements */
overflow: hidden;
display: block; /* To make sure the width and max-height are respected */
white-space: nowrap; /* If you want to prevent wrapping, can be removed otherwise */
}
.ext-translated,
.muted {
color: @bc-text-thin-quiet;
Expand Down

0 comments on commit 322572e

Please sign in to comment.