diff --git a/src/sass/_common/table.scss b/src/sass/_common/table.scss index d3d8e41fc95a9..956e2b9bd9239 100644 --- a/src/sass/_common/table.scss +++ b/src/sass/_common/table.scss @@ -104,12 +104,16 @@ table { } } #statement-table, #profit-table { + th { + text-align: center; + } tr { & > th.details, & > td.details { display: none !important; } td { overflow: initial; + text-align: center; } td.desc { max-width: 30em; @@ -122,7 +126,6 @@ table { .button { padding: 8px 15px; - position: absolute; top: 0.25rem; } }