1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component
Nuno Góis 3f80fdb090
fix: layout content width on large screens (#8267)
I believe the changes in https://github.com/Unleash/unleash/pull/8234,
more specifically [this
change](https://github.com/Unleash/unleash/pull/8234/files#diff-3a5e0763fe1effa9cd485763fecf0633ce8f0877c9d1971e6bd5c5abe7426364L64),
have caused the main layout content to no longer stretch to its maximum
relative width on larger screens.

This adjustment seems to resolve this issue, ensuring proper behavior on
larger screens without introducing any overflow issues on smaller
screens.
2024-09-26 09:51:15 +01:00
..
accessOverview
admin feat: highlighting flags chart (#8237) 2024-09-25 08:36:30 +02:00
application
archive chore: update Frontend schema (#8037) 2024-09-02 14:41:17 +02:00
banners task: remove upgrade edge banner. (#8032) 2024-09-02 10:50:19 +02:00
changeRequest
commandBar
common feat: highlighting flags chart (#8237) 2024-09-25 08:36:30 +02:00
context
demo
environments fix: invert logic (#8135) 2024-09-11 18:12:37 +02:00
events chore: event timeline persistent state (#8240) 2024-09-25 11:20:27 +01:00
feature feat: flag exposure in personal dashboard (#8247) 2024-09-25 11:11:30 +02:00
featureTypes
feedback
feedbackNew
filter
insights refactor: replace IProjectCard with openapi type (#8043) 2024-09-02 13:25:28 +00:00
integrations fix: reduce integration events requests (#8055) 2024-09-03 12:29:33 +01:00
layout fix: layout content width on large screens (#8267) 2024-09-26 09:51:15 +01:00
loginHistory
maintenance
menu chore: event timeline header placement (#8234) 2024-09-24 13:43:30 +01:00
onboarding feat: sdk connected using production snippet (#8266) 2024-09-26 11:39:05 +03:00
personalDashboard feat: flag exposure in personal dashboard (#8247) 2024-09-25 11:11:30 +02:00
playground/Playground
project feat: display new completed dialog (#8255) 2024-09-26 09:24:15 +03:00
providers
segments refactor: replace IProjectCard with openapi type (#8043) 2024-09-02 13:25:28 +00:00
signals
splash chore: remove operator upgrade alert (#8053) 2024-09-03 12:18:19 +03:00
strategies
tags
user
App.tsx task: remove upgrade edge banner. (#8032) 2024-09-02 10:50:19 +02:00
InitialRedirect.tsx