We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d6f94 commit ff0cc54Copy full SHA for ff0cc54
packages/root-cms/ui/pages/DocTranslationsPage/DocTranslationsPage.css
@@ -83,6 +83,8 @@
83
84
.DocTranslationsPage__Table td {
85
width: 450px;
86
+ max-width: 450px;
87
+ min-width: 450px;
88
border: 1px solid var(--color-border);
89
/* vertical-align: top; */
90
padding: 0;
@@ -118,6 +120,10 @@
118
120
min-height: 100%;
119
121
}
122
123
+.DocTranslationsPage__Textarea--empty {
124
+ background-color: #FFF5F5;
125
+}
126
+
127
.DocTranslationsPage__Table td:has(.DocTranslationsPage__Textarea--hasChanges) {
128
background-color: #FFF9DB;
129
0 commit comments