Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
5049cbdb
Commit
5049cbdb
authored
Apr 24, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add table-header-group display class
parent
5a6e8492
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/bootstrap_migration.scss
app/assets/stylesheets/bootstrap_migration.scss
+10
-0
app/views/admin/abuse_reports/index.html.haml
app/views/admin/abuse_reports/index.html.haml
+1
-1
No files found.
app/assets/stylesheets/bootstrap_migration.scss
View file @
5049cbdb
...
...
@@ -52,6 +52,16 @@ table {
pointer-events
:
none
;
}
@each
$breakpoint
in
map-keys
(
$grid-breakpoints
)
{
@include
media-breakpoint-up
(
$breakpoint
)
{
$infix
:
breakpoint-infix
(
$breakpoint
,
$grid-breakpoints
);
.d
#{
$infix
}
-table-header-group
{
display
:
table-header-group
!
important
;
}
}
}
// Polyfill deprecated selectors
.hidden
{
...
...
app/views/admin/abuse_reports/index.html.haml
View file @
5049cbdb
...
...
@@ -5,7 +5,7 @@
-
if
@abuse_reports
.
present?
.table-holder
%table
.table.responsive-table
%thead
.d-none.d-sm-none.d-md-
block
%thead
.d-none.d-sm-none.d-md-
table-header-group
%tr
%th
User
%th
Reported by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment