+
+
diff --git a/public/scripts/extensions/regex/style.css b/public/scripts/extensions/regex/style.css
index c7b5182bb..4be26dcdd 100644
--- a/public/scripts/extensions/regex/style.css
+++ b/public/scripts/extensions/regex/style.css
@@ -1,7 +1,3 @@
-.align-start {
- align-items: start;
-}
-
.regex_settings .menu_button {
width: fit-content;
display: flex;
@@ -9,10 +5,6 @@
flex-direction: row;
}
-.align-center {
- align-items: center;
-}
-
.regex-script-container {
margin-top: 10px;
margin-bottom: 10px;
@@ -26,21 +18,3 @@
margin-top: 1px;
margin-bottom: 1px;
}
-
-.align-self-center {
- align-self: center;
-}
-
-.flex-grow {
- flex-grow: 1;
-}
-
-.flex-nowrap {
- flex-wrap: nowrap;
-}
-
-.overflow-hidden {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
diff --git a/public/style.css b/public/style.css
index 476eab0b1..01a26a1fd 100644
--- a/public/style.css
+++ b/public/style.css
@@ -3997,6 +3997,16 @@ toolcool-color-picker {
align-items: center;
}
+.alignitemsstart {
+ align-items: start;
+}
+
+.overflow-hidden {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
.padding5 {
padding: 5px;
}