Ensure colorbars can't escape their containers. #352
[zzz-spline-users.git] / splinext / users / templates / css / users.mako
index e459b13..e6f9be8 100644 (file)
@@ -1,2 +1,2 @@
-.user-color-bar { display: inline-block; height: 1em; width: 4em; padding: 1px; vertical-align: middle; border: 1px solid black; background: #e0e0e0; }
+.user-color-bar { display: inline-block; overflow: hidden; height: 1em; width: 4em; padding: 1px; vertical-align: middle; white-space: nowrap; border: 1px solid black; background: #e0e0e0; }
 .user-color-bar-chunk { float: left; height: 1em; }