<article id>
tags. Their computed width is 834px. Now go to “Settings”, and inspect any <article>
. Their computed width is 802px.The way I see it, this is what causing this specific problem (the commented out padding):
.tabs .tab {
order: 99;
width: 100%;
display: none;
/* padding: 1rem; */
}
Anyway, I am not a frontend designer.
.tabs .tab
are not appied to <article id>
or <article id>
so i still dont "see" the issue. > please provide screenshot with comments. Preferably as an issue on the gitea for yarnd

Versus:

.tabs .tab
classes are applied to a <div>
on “Settings". That padding is pushing the <article>
tabs. What do you use for content creation, Microsoft Windows?