Widen settings forms and fix Token clipboard copy fallback.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -277,7 +277,8 @@ input {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
margin: 16px 0;
|
||||
max-width: 520px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.table-wrap {
|
||||
@@ -315,6 +316,16 @@ td {
|
||||
gap: 8px;
|
||||
margin: 12px 0;
|
||||
word-break: break-all;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.token-box code {
|
||||
user-select: all;
|
||||
display: block;
|
||||
padding: 8px;
|
||||
background: #0d1520;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.settings-tabs {
|
||||
|
||||
Reference in New Issue
Block a user