Commit bd532cb0 by asranov0003

fix: usage limit content margin

parent 8fe43471
......@@ -10,7 +10,7 @@
}
.usagelimits__days {
margin-top: 1rem;
margin: 1rem 0;
display: flex;
flex-direction: column;
gap: 0.5rem
......
......@@ -68,7 +68,7 @@ const UsageLimits: React.FC = () => {
)}
</div>
<CButton title={t("button.save")} isLoading={isLoadingDays} />
<CButton title={t("button.save")} />
</div>
</div>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment