diff --git a/css/style.css b/css/style.css index 77930609..84d43f8b 100644 --- a/css/style.css +++ b/css/style.css @@ -97,16 +97,16 @@ body { } .cmd-button { + width: 8%; + margin: 20px 2px 0 2px; + overflow: hidden; + color: rgb(49,123,249); + text-overflow: ellipsis; + white-space: nowrap; background-color: white; border: 1.5px solid rgba(49,123,249,.40); - color: rgb(49,123,249); - margin: 20px 2px 0 2px; - text-overflow: ellipsis; - overflow: hidden; outline: 0; transition: ease 0.1s; - white-space: nowrap; - width: 8%; } .cmd-button:hover {