Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 912e06d

Browse files
mitchell/modifing profit table alignment (#6613)
* modifyinh profit table alignment * fixed on mobile
1 parent ef6669a commit 912e06d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/sass/_common/table.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,16 @@ table {
104104
}
105105
}
106106
#statement-table, #profit-table {
107+
th {
108+
text-align: center;
109+
}
107110
tr {
108111
& > th.details, & > td.details {
109112
display: none !important;
110113
}
111114
td {
112115
overflow: initial;
116+
text-align: center;
113117
}
114118
td.desc {
115119
max-width: 30em;
@@ -122,7 +126,6 @@ table {
122126

123127
.button {
124128
padding: 8px 15px;
125-
position: absolute;
126129
top: 0.25rem;
127130
}
128131
}

0 commit comments

Comments
 (0)