diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
index bf87e9ea0..41cbac8c9 100644
|
|
body, #pagebody { |
372 | 372 | box-shadow: none; |
373 | 373 | color: $color__text-input; |
374 | 374 | display: block; |
375 | | height: 45px; |
| 375 | height: 100%; |
376 | 376 | padding: 0.5rem 1rem; |
377 | 377 | position: absolute; |
378 | 378 | right: 0; |
379 | 379 | text-shadow: none; |
380 | 380 | top: 0; |
| 381 | margin: 0; |
381 | 382 | |
382 | 383 | &:focus { |
383 | 384 | box-shadow: 0 0 2px 1px #33b3db; |
… |
… |
body, #pagebody { |
388 | 389 | border: none; |
389 | 390 | transform: none; |
390 | 391 | } |
| 392 | |
| 393 | i { |
| 394 | vertical-align: sub; |
| 395 | } |
391 | 396 | } |
392 | 397 | } |
393 | 398 | |