Skip to content

Commit f7e482a

Browse files
committed
ui: give the depth input a static width
Given that the depth can be a value from 0-6 we know that the useful width of this element will always be the same. The past value (30%) would cause the element to sometimes become wider than necessary while sometimes also shrinking to a size in which it would no longer be possible to see the input value.
1 parent d04c9d8 commit f7e482a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/styles/commons-importing-controller.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ div.grid-layout > table.categoriesTable > tbody > tr > td.depth-input-td {
5656
}
5757

5858
.depth-input-box {
59-
width: 30%;
59+
width: 30px;
6060
}
6161
.x-button-td {
6262
text-align: left;

0 commit comments

Comments
 (0)