mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
.word-cloud-visualization-container {
|
|
overflow: hidden;
|
|
height: 400px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
svg {
|
|
transform-origin: center center;
|
|
flex: 0 0 auto;
|
|
}
|
|
}
|