-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly show table on user accounts
- Force semantic to not stack it, and let the overflow be scrollable.
- Loading branch information
Gusted
committed
Apr 27, 2022
1 parent
e7876e2
commit e78db22
Showing
2 changed files
with
2 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
.table.segment { | ||
padding: 0; | ||
font-size: 13px; | ||
overflow-x: scroll; | ||
|
||
&:not(.striped) { | ||
thead { | ||
|