mirror of
https://github.com/docmost/docmost.git
synced 2026-07-13 17:14:46 +10:00
15 lines
203 B
CSS
15 lines
203 B
CSS
.aiMenu {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
min-height: 2.25rem;
|
|
}
|
|
.resultPreviewWrapper {
|
|
*:first-child {
|
|
margin-top: 0;
|
|
}
|
|
*:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|