-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LPD-50587 - Adapt FrontendDataSet component in DSM and CX pages #4780
base: master
Are you sure you want to change the base?
LPD-50587 - Adapt FrontendDataSet component in DSM and CX pages #4780
Conversation
CI is automatically triggering the following test suites:
|
✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPD-50587 1 Successful Jobs:For more details click here. |
Jenkins Build:test-portal-source-format#7610 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-frontend#4780 Testray Routine:EE Pull Request Testray Build:[master] ci:test:sf - juanjofgliferay > liferay-frontend - PR#4780 - 2025-03-06[07:20:36] Testray Build ID: Testray Importer:publish-testray-report#27950 |
@@ -1,4 +1,5 @@ | |||
.management-bar-wrapper { | |||
background-color: #fff; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to define a background color in the fds. I don't like it, because it forces the management bar to have this color. It could be an issue when customers use the data set with a different custom theme.
Story / Task
LPD-50561 / LPD-50587
Goal
Concerns
@media
queries consider min-width of the viewport. Need to investigate support of `@container queries.