mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
14 lines
263 B
Text
14 lines
263 B
Text
|
.table-generator-width-modal {
|
||
|
.table-generator-width-label {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.table-generator-usepackage-copy {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
padding: 6px 12px;
|
||
|
background: #f4f5f6;
|
||
|
border: 1px solid #d0d5dd;
|
||
|
}
|
||
|
}
|