Merge pull request #973 from WhaleWatching/add_space_for_mark
Add space after table columns name, to prevent misuse when you want to m...
This commit is contained in:
commit
ad51d8a42c
@ -2615,6 +2615,10 @@ fieldset .disabled-field td {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pma_table th.draggable span {
|
||||
margin-<?php echo $right; ?>: 10px;
|
||||
}
|
||||
|
||||
.modal-copy input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user