diff --git a/src/UI/MaterialEditor/Material.less b/src/UI/MaterialEditor/Material.less index cdbf36202..04bf1832b 100644 --- a/src/UI/MaterialEditor/Material.less +++ b/src/UI/MaterialEditor/Material.less @@ -21,7 +21,7 @@ margin: 3px; color: white; .prompt { - width: 50px; + width: 65px; overflow: hidden; align-self: center; box-sizing: border-box; @@ -84,21 +84,13 @@ .matinput { .matinput; width: auto; + .prompt { + width: 45px + } } } } -.sb { - .matinput; - width: auto; -} - -.gg { - margin: 3px; - border: 0; - background-color: transparent; -} - .repeat { display: flex; } \ No newline at end of file