Merge "SideBySide2: Fix nowrap CSS rule in header"

This commit is contained in:
Shawn Pearce
2013-12-13 16:22:50 +00:00
committed by Gerrit Code Review

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;