SideBySide2: Fix nowrap CSS rule in header

Change-Id: I805b0d260c259128a50b18790f9b81b677d2f55a
This commit is contained in:
Shawn Pearce
2013-12-13 08:22:06 -08:00
parent cb4b96e315
commit aaefea36ac

View File

@@ -29,7 +29,7 @@ limitations under the License.
vertical-align: middle; vertical-align: middle;
} }
.path { .path {
white-space: no-wrap; white-space: nowrap;
} }
.navigation { .navigation {
position: absolute; position: absolute;