From 66ece5921f0adf5ac9afee5d294e124068a235ff Mon Sep 17 00:00:00 2001
From: Anders Rognstad <79838644+andersrognstad@users.noreply.github.com>
Date: Fri, 1 Dec 2023 12:57:34 +0100
Subject: [PATCH] IS-1710: Make frist icon wrap and smaller label column.
(#382)
---
src/components/FristColumn.tsx | 1 +
src/components/Personrad.tsx | 2 +-
src/components/toolbar/Toolbar.tsx | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/FristColumn.tsx b/src/components/FristColumn.tsx
index 64ca7af7..c2a47d33 100644
--- a/src/components/FristColumn.tsx
+++ b/src/components/FristColumn.tsx
@@ -8,6 +8,7 @@ import styled from 'styled-components';
const FristColumnWrapper = styled.div`
display: flex;
+ flex-wrap: wrap;
`;
interface FristColumnProps {
diff --git a/src/components/Personrad.tsx b/src/components/Personrad.tsx
index 864da306..88556d73 100644
--- a/src/components/Personrad.tsx
+++ b/src/components/Personrad.tsx
@@ -108,7 +108,7 @@ export const Personrad = (props: PersonradProps): ReactElement => {
-
+
diff --git a/src/components/toolbar/Toolbar.tsx b/src/components/toolbar/Toolbar.tsx
index f967ef15..3eb3ca89 100644
--- a/src/components/toolbar/Toolbar.tsx
+++ b/src/components/toolbar/Toolbar.tsx
@@ -109,7 +109,7 @@ const Toolbar = (props: ToolbarProps) => {
props.setSortingType(type);
}}
/>
-
+
);