Skip to content

Commit

Permalink
sql editor tab-editing padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghstng committed Jul 26, 2021
1 parent 31b036a commit b6539eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/src/components/SchemaBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,15 @@ export default Vue.extend({
flex-grow: 1;
&.tabulator-editing {
border: 0;
padding: 0 $gutter-h!important;
padding: 0 !important;
min-height: $row-height;
height: $row-height;
line-height: $row-height;
box-shadow: inset 0 1px $theme-base;
pre, input:not([type="checkbox"]) {
min-height: $row-height;
line-height: $row-height;
padding: $cell-padding!important;
}
}
&.no-padding {
Expand Down

0 comments on commit b6539eb

Please sign in to comment.