Skip to content
Snippets Groups Projects
Commit 285b93d8 authored by pkupczyk's avatar pkupczyk
Browse files

Fix GXT grid column and header alignment problem in Chrome

SVN: 28400
parent 930fd536
No related branches found
No related tags found
No related merge requests found
......@@ -7452,3 +7452,5 @@ body.x-body-masked .x-window-plain .x-window-mc {
.x-window-dlg .ext-mb-error {
background-image:url(../images/default/window/icon-error.gif);
}
@media screen and (-webkit-min-device-pixel-ratio:0) { .x-grid3-row td.x-grid3-cell { padding-left: 0; padding-right: 0; }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment