Skip to content

Commit

Permalink
Merge pull request #15919 from stu01509/field-overflow
Browse files Browse the repository at this point in the history
Fix #15913: Bootstrap UI database table add column field overflow
  • Loading branch information
MauricioFauth committed Feb 14, 2020
2 parents 3d255e6 + 1e083cf commit 78ba59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap/scss/_common.scss
Expand Up @@ -2508,7 +2508,7 @@ input#auto_increment_opt {

#table_name_col_no {
position: fixed;
top: 55px;
top: 100px !important;
width: 100%;
background: #fff;
}
Expand Down

0 comments on commit 78ba59b

Please sign in to comment.