Web:Components:Cron Fixed style

This commit is contained in:
Akmal Isomadinov 2023-09-11 14:51:18 +05:00
parent 421991b503
commit 07d3fc925e

View File

@ -2,6 +2,7 @@ import styled from "styled-components";
export const CronWrapper = styled.div`
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
`;