Edit SQL button on canned queries, closes #1019

This commit is contained in:
Simon Willison 2020-10-13 20:44:18 -07:00
commit f3a087a578
4 changed files with 85 additions and 4 deletions

View file

@ -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;
}