Merge pull request #15919 from stu01509/field-overflow

Fix #15913: Bootstrap UI database table add column field overflow
This commit is contained in:
Maurício Meneghini Fauth 2020-02-13 22:05:18 -03:00 committed by GitHub
commit 78ba59b146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2508,7 +2508,7 @@ input#auto_increment_opt {
#table_name_col_no {
position: fixed;
top: 55px;
top: 100px !important;
width: 100%;
background: #fff;
}