Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Apr 24, 2020
1 parent 96eb96f commit 3dfcb46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/views/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<style>
/**
This is kind of weird, but it is necessary to prevent the column-selector code from barfing, since
any HTML used in the UserPresenter "title" attribute breaks the HTML.
any HTML used in the UserPresenter "title" attribute breaks the column selector HTML.
Instead, we use CSS to add the icon into the table header, which leaves the column selector
"title" text as-is.
Expand All @@ -32,9 +32,8 @@
th.css-accessory > .th-inner
{
font-size: 0px;
line-height: 0;
line-height: 4!important;
text-align: center;
text-align: left;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand All @@ -55,7 +54,7 @@
th.css-barcode > .th-inner::before
{
content: "\f02a";
content: "\f02a";
}
th.css-license > .th-inner::before
Expand Down

0 comments on commit 3dfcb46

Please sign in to comment.