[wp-meta] [Making WordPress.org] #6604: Mobile screen navigation issue due to padding in the content tabs
Making WordPress.org
noreply at wordpress.org
Thu Jan 18 22:19:32 UTC 2024
#6604: Mobile screen navigation issue due to padding in the content tabs
--------------------------+---------------------
Reporter: krunal265 | Owner: (none)
Type: defect (bug) | Status: closed
Priority: high | Milestone:
Component: Profiles | Resolution: fixed
Keywords: needs-patch |
--------------------------+---------------------
Changes (by coffee2code):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in [21534-dotorg]:
> Improve responsive display of tabs when appearing horizontally and
wrapping.
>
> Props krunal265, viralsampat, coffee2code.
> Fixes #6604.
The ultimate solution was to instead display the links within a flexbox:
>#content-tabs ul {
>border: 1px solid #EEEEEE;
>padding: 10px 0;
>+ display: flex;
>+ flex-flow: row wrap;
>}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6604#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list