mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
Fixed the css of the div
This commit is contained in:
parent
fd5d5c692e
commit
b2b6d8535e
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export function WebsiteDateFilter({ websiteId }) {
|
|||
};
|
||||
|
||||
return (
|
||||
<Flexbox justifyContent="center" gap={10}>
|
||||
<Flexbox justifyContent="center" gap={10} wrap="wrap">
|
||||
{value !== 'all' && selectedUnit && (
|
||||
<Flexbox justifyContent="center" className={styles.buttons}>
|
||||
<Button onClick={() => handleIncrement(1)}>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
@media only screen and (max-width: 1200px) {
|
||||
.actions {
|
||||
margin-top: 40px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue