mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Edit SQL button on canned queries, closes #1019
This commit is contained in:
parent
acf07a6772
commit
f3a087a578
4 changed files with 85 additions and 4 deletions
|
|
@ -447,3 +447,9 @@ svg.dropdown-menu-icon {
|
|||
border-right: 5px solid transparent;
|
||||
border-bottom: 5px solid #666;
|
||||
}
|
||||
|
||||
.canned-query-edit-sql {
|
||||
padding-left: 0.5em;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue