mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
7 lines
97 B
CSS
7 lines
97 B
CSS
.copy {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 20px;
|
|
flex: 1;
|
|
}
|