----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14328/ -----------------------------------------------------------
Review request for mesos. Repository: mesos-git Description ------- Aligned column headers to top for consistent rendering. "vertical-align: bottom;", which is Bootstrap's default for <th> elements, renders inconsistently when the cell contains enough content to wrap. Nuking the style lets ".table th, .table td" win with "vertical-align: top;" and renders consistently. Diffs ----- src/webui/master/static/css/bootstrap-2.3.2.min.css b6428e695860151f82076e87810fe2d133339c2a Diff: https://reviews.apache.org/r/14328/diff/ Testing ------- Thanks, Ross Allen
