mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
021eac7679
Summary: Adds Mail Merge Plugin - Adds new table components to component kit - Adds new extension points to allow dragging and dropping into composer contenteditable and participant fields and customizing participant fields - Adds new decorators and other misc updates - #1608 Test Plan: TODO Reviewers: bengotow, evan Reviewed By: bengotow, evan Differential Revision: https://phab.nylas.com/D2895
23 lines
377 B
Text
23 lines
377 B
Text
|
|
.editable-table-container {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: flex-start;
|
|
height: 100%;
|
|
|
|
.column-actions {
|
|
display: flex;
|
|
|
|
.btn.btn-small {
|
|
padding: 0;
|
|
border-radius: 100%;
|
|
text-align: center;
|
|
margin-left: 3px;
|
|
margin-top: 1px;
|
|
width: 24px;
|
|
line-height: 22px;
|
|
height: 24px;
|
|
}
|
|
}
|
|
}
|
|
|