Add padding to macro settings panel so text is not flush to edges.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -694,10 +694,6 @@ button:disabled {
|
||||
background: linear-gradient(90deg, rgba(255, 120, 80, 0.14), rgba(255, 176, 32, 0.1));
|
||||
}
|
||||
|
||||
.settings-macro-panel {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.macro-event-form {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||
@@ -2643,7 +2639,8 @@ button.btn-sm {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.settings-display-panel {
|
||||
.settings-display-panel,
|
||||
.settings-macro-panel {
|
||||
margin-bottom: 16px;
|
||||
padding: 14px 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user