Skip to content

Commit

Permalink
Drop down. No room for text (#7207)
Browse files Browse the repository at this point in the history
* work for Drop down. No room for text #1536 & fix logo padding

* update etalon work for surveyjs/service#1536

---------

Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
  • Loading branch information
OlgaLarina and OlgaLarina committed Oct 21, 2023
1 parent 29f6523 commit 7d89457
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/defaultV2-theme/blocks/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
}

.sv-header__logo ~ .sv-header__title {
margin-top: calcSize(4);
margin-top: calcSize(3);
}

.sv-header__logo ~ .sv-header__description {
margin-top: calcSize(4);
margin-top: calcSize(3);
}

.sv-header__title ~ .sv-header__description {
Expand Down Expand Up @@ -139,10 +139,6 @@
position: relative;
z-index: 1;

.sv-header__logo ~ .sv-header__title {
margin-top: calcSize(3);
}

.sv-header__logo img {
max-width: 100%;
}
Expand Down
1 change: 1 addition & 0 deletions src/defaultV2-theme/blocks/sd-dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
font-size: $font-editorfont-size;
font-weight: $font-editorfont-weight;
font-family: $font-editorfont-family;
padding-inline-end: calcSize(2);
}
}

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d89457

Please sign in to comment.