mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
80a6424343
[visual] Allow setting column widths in table generator GitOrigin-RevId: 3bd4bb05dd3b29d0bd62fbc41da45eda282fecf4
13 lines
263 B
Text
13 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;
|
|
}
|
|
}
|