Don't overflow column context menu with Chrome default size font

This commit is contained in:
Jakub Vrana 2014-01-08 23:23:58 -08:00
parent b90a12bfb4
commit 4f7e5f25a0

View file

@ -29,7 +29,7 @@ input.required { box-shadow: 1px 1px 1px red; }
.block { display: block; }
.version { color: #777; font-size: 67%; }
.js .hidden, .nojs .jsonly { display: none; }
.js .column { position: absolute; background: #ddf; padding: .3em 1ex .3em 0; margin-top: -.3em; }
.js .column { position: absolute; background: #ddf; padding: .27em 1ex .3em 0; margin-top: -.27em; }
.nowrap td, .nowrap th, td.nowrap { white-space: pre; }
.wrap td { white-space: normal; }
.error { color: red; background: #fee; }