Typicalc/frontend/styles/view/share-dialog.css

12 lines
148 B
CSS
Raw Normal View History

2021-02-13 16:49:29 +00:00
#share-dialog {
width: 80%;
}
#share-dialog-layout {
align-items: start;
2021-02-17 15:36:06 +00:00
min-width: 50em;
2021-02-13 16:49:29 +00:00
height: 100%;
}
.share-dialog-field {
width: 100%;
2021-02-17 15:36:06 +00:00
}