Sfoglia il codice sorgente

removed unused component

xetera 4 anni fa
parent
commit
2c9b6ab7fd
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 1 5
      dashboard/src/main/home/modals/LoadEnvGroupModal.tsx

+ 1 - 5
dashboard/src/main/home/modals/LoadEnvGroupModal.tsx

@@ -296,6 +296,7 @@ const PossibleClashingKeys = styled.ul`
 `;
 `;
 
 
 const ClashingKeyItem = styled.li`
 const ClashingKeyItem = styled.li`
+  overflow: hidden;
   border: 1px solid #292c31;
   border: 1px solid #292c31;
   border-radius: 5px;
   border-radius: 5px;
 `;
 `;
@@ -343,16 +344,11 @@ const Subtitle = styled.div`
 `;
 `;
 
 
 const ClashingKeyTop = styled.div`
 const ClashingKeyTop = styled.div`
-  padding: 10px 15px;
   background: #2e3035;
   background: #2e3035;
   display: flex;
   display: flex;
   align-items: stretch;
   align-items: stretch;
 `;
 `;
 
 
-const ClashingKeyTitle = styled(Subtitle)`
-  padding: 10px 15px;
-`;
-
 const ModalTitle = styled.div`
 const ModalTitle = styled.div`
   margin: 0px 0px 13px;
   margin: 0px 0px 13px;
   display: flex;
   display: flex;