Skip to content

Commit

Permalink
Merge pull request #4192 from nextcloud/backport/4182/stable7
Browse files Browse the repository at this point in the history
[stable7] Use `display: flex` in app-content-list on mobile as well
  • Loading branch information
mejo- committed Jun 7, 2023
2 parents c74d2c9 + 1d8c926 commit cec2e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppContent/NcAppContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export default {
.app-content-wrapper--mobile {
&.app-content-wrapper--show-list :deep() {
.app-content-list {
display: block;
display: flex;
}
.app-content-details {
display: none;
Expand Down

0 comments on commit cec2e8a

Please sign in to comment.