diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index f73b3f2f0..33fd41aac 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -56,3 +56,8 @@ html { #relationships-section summary::-webkit-details-marker { display: none; } + +/* Hide right border of last pined column header. */ +.ag-pinned-left-header .ag-header-cell:last-child .ag-header-cell-resize:after { + opacity: 0; +}