Skip to content

Commit

Permalink
ahmed/DAPI-423/fix--content-overlap-on-endpoint-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-deriv committed Dec 12, 2024
1 parent 432fb19 commit 5e1f040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/features/Apiexplorer/Schema/Schema.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use 'src/styles/utility' as *;
@use 'src/styles/mixins' as *;

.schemaHeader {
padding: rem(2.4);
Expand Down Expand Up @@ -227,6 +228,10 @@
gap: rem(0.8);
width: 100%;

@include mobile-sm {
flex-wrap: wrap;
}

strong {
font-size: rem(1.6);
}
Expand Down

0 comments on commit 5e1f040

Please sign in to comment.