Skip to content

Commit

Permalink
fix details horizontal margins to align better in multiview
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed May 30, 2024
1 parent 748f6e0 commit 7b6888e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/History/Layout/DetailsLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ function selectText() {

<style lang="scss" scoped>
.summarized-details {
margin: 1rem 1rem 0 1rem;
margin-top: 1rem;
margin-left: 0.5rem;
max-width: 15rem;
&.both {
Expand Down

0 comments on commit 7b6888e

Please sign in to comment.