-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] custom currency: panel on very long currency code
The custom currency panel was not displaying correctly when the currency code was very long. This commit fixes the CSS. closes #5344 Task: 4402647 Signed-off-by: Pierre Rousseau (pro) <[email protected]>
- Loading branch information
1 parent
7cf34a6
commit a594943
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,10 @@ css/* scss */ ` | |
border: 1px solid #d8dadd; | ||
color: #374151; | ||
} | ||
table { | ||
table-layout: fixed; | ||
} | ||
} | ||
`; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters