Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit dfbc7d0

Browse files
committed
Add missing ), set bar in accordion to not overflow due to long translations.
1 parent 79e95ff commit dfbc7d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

css/obBase.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,12 @@ label.fieldItem {
14301430
float: left;
14311431
}
14321432

1433+
.accordion > .accordion-window > .accordion-child .bar {
1434+
text-overflow: ellipsis;
1435+
white-space: nowrap;
1436+
overflow: hidden;
1437+
}
1438+
14331439
.accordion-active input, .accordion-active textarea, .accordion-active a {
14341440
visibility: visible;
14351441
}

js/models/languagesMd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = Backbone.Model.extend({
1313
langCode: "en-US"
1414
},
1515
{
16-
langName: "Amharic (Amharic, Ethiopia",
16+
langName: "Amharic (Amharic, Ethiopia)",
1717
langCode: "am-ET"
1818
},
1919
{

0 commit comments

Comments
 (0)