Commit bd532cb0 by asranov0003

fix: usage limit content margin

parent 8fe43471
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
} }
.usagelimits__days { .usagelimits__days {
margin-top: 1rem; margin: 1rem 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.5rem gap: 0.5rem
......
...@@ -68,7 +68,7 @@ const UsageLimits: React.FC = () => { ...@@ -68,7 +68,7 @@ const UsageLimits: React.FC = () => {
)} )}
</div> </div>
<CButton title={t("button.save")} isLoading={isLoadingDays} /> <CButton title={t("button.save")} />
</div> </div>
</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