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 29, 2024
1 parent f9e475e commit a425f49
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 a425f49

Please sign in to comment.