summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index ae908ba..168c8bb 100644
--- a/src/style.css
+++ b/src/style.css
@@ -646,7 +646,7 @@ div .country-table:not(:first-child) {
border-radius: 0 0 0 16px;
}
-.country-table tr:last-child td:last-child {
+.country-table tr:last-child td:last-child:not(:first-child) {
border-radius: 0 0 16px 0;
}
@@ -898,4 +898,4 @@ div .country-table:not(:first-child) {
.translation {
opacity: 50%;
-} \ No newline at end of file
+}