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

Commit 1de2964

Browse files
mitchell/Profit table header broken (#6611)
* changed element to display none * center align text in profit and statement tables * fixed over size of button under 480px * removed unecessary edits
1 parent 969d53e commit 1de2964

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/sass/_common/table.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ table {
130130
font-size: $FONT_SIZE_XS;
131131
}
132132
}
133+
@media (max-width: 480px) {
134+
& > th.details, & > td.details {
135+
.button {
136+
padding: 8px;
137+
}
138+
}
139+
}
133140
}
134141
}
135142
@media (max-width: $md) {

0 commit comments

Comments
 (0)