Skip to content

Commit a8b3287

Browse files
committed
style: adjust flex-wrap and max-width for improved layout in focus styles
1 parent 49a435e commit a8b3287

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

esp_firmware/data/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ textarea:focus-visible {
159159
margin-left: 0.65rem;
160160
display: flex;
161161
flex-direction: row;
162-
flex-wrap: wrap;
162+
flex-wrap: nowrap;
163163
align-items: stretch;
164164
gap: 0.38rem;
165165
font-size: 0.72rem;
166166
line-height: 1.3;
167167
text-align: left;
168168
width: fit-content;
169-
max-width: min(22rem, 92vw);
169+
max-width: min(34rem, 92vw);
170170
min-width: 0;
171171
padding: 0;
172172
border: none;
@@ -1984,7 +1984,6 @@ button.modern-floating-btn {
19841984

19851985
@media (max-width: 768px) {
19861986
:root {
1987-
/* Title + one row of MAC / VER chips */
19881987
--topnav-offset: 6.85rem;
19891988
}
19901989

0 commit comments

Comments
 (0)