Prevents wrapping in the 'more' cell; reduced horizontal space needed for more actions dropdown
This commit is contained in:
@@ -1404,13 +1404,11 @@ a.close_enum_editor {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
display: none;
|
display: none;
|
||||||
margin-left: 30px;
|
margin-left: 10px;
|
||||||
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.more_opts {
|
td.more_opts {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
white-space: nowrap;
|
||||||
|
|
||||||
table#tablestructure {
|
|
||||||
margin-right: 50px;
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user