Skip to content

Commit ff0cc54

Browse files
committed
chore: tweak styles on translations page
1 parent 43d6f94 commit ff0cc54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/root-cms/ui/pages/DocTranslationsPage/DocTranslationsPage.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383

8484
.DocTranslationsPage__Table td {
8585
width: 450px;
86+
max-width: 450px;
87+
min-width: 450px;
8688
border: 1px solid var(--color-border);
8789
/* vertical-align: top; */
8890
padding: 0;
@@ -118,6 +120,10 @@
118120
min-height: 100%;
119121
}
120122

123+
.DocTranslationsPage__Textarea--empty {
124+
background-color: #FFF5F5;
125+
}
126+
121127
.DocTranslationsPage__Table td:has(.DocTranslationsPage__Textarea--hasChanges) {
122128
background-color: #FFF9DB;
123129
}

0 commit comments

Comments
 (0)