Prevents wrapping in the 'more' cell; reduced horizontal space needed for more actions dropdown

This commit is contained in:
lorilee
2010-07-19 17:35:32 -07:00
parent cb25753966
commit b4dd5771c4

View File

@@ -1470,9 +1470,11 @@ a.close_enum_editor {
position: absolute;
padding: 3px;
display: none;
margin-left: 30px;
margin-left: 10px;
width: 150px;
}
td.more_opts {
display: none;
white-space: wrap;
}