Explorar o código

Add `min-width` property to main list

Adds a horizontal scroll after a certain minimum width is exceeded, but
the list is visible in full.
Sergiu Miclea %!s(int64=7) %!d(string=hai) anos
pai
achega
a27e666ae1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/organisms/MainList/MainList.jsx

+ 1 - 0
src/components/organisms/MainList/MainList.jsx

@@ -30,6 +30,7 @@ const Wrapper = styled.div`
   display: flex;
   flex-direction: column;
   flex-grow: 1;
+  min-width: 785px;
 `
 const Separator = styled.div`
   height: 1px;