Skip to content

Commit

Permalink
fix(Placeholder): cleanup stretched styling (#7583)
Browse files Browse the repository at this point in the history
h2. Описание

Удаляем не обоснованный `padding-block: inherit` у `stretched` режима.

см. #7530 (comment)

h2. Release notes

h2. Исправления

- Placeholder:  при `stretched` режиме больше не выставляется `padding-block: inherit`.
  • Loading branch information
inomdzhon authored Sep 16, 2024
1 parent cc8faef commit 571de55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

.Placeholder--stretched {
flex: 1 0;
padding-block: inherit;
block-size: 100%;
}

Expand Down

0 comments on commit 571de55

Please sign in to comment.