Merge pull request #5757 from aignatov-bio/ai-sci-8762-css-fixes

Multiple CSS fixes [SCI-8762]
This commit is contained in:
aignatov-bio 2023-07-12 14:34:59 +02:00 committed by GitHub
commit c90060dbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View file

@ -30,6 +30,7 @@
border-bottom: 1px solid $color-gainsboro;
display: flex;
height: 42px;
padding-bottom: .75em;
.ga-search-container {
display: none;

View file

@ -19,6 +19,10 @@
.dataTables_scrollHead {
flex-shrink: 0;
thead .sci-checkbox-container {
margin-left: .125em !important;
}
}
.dataTables_filter {

View file

@ -1,6 +1,6 @@
<template>
<div>
<div class="dropdown sci-dropdown protocol-options-dropdown">
<div class="dropdown protocol-options-dropdown">
<button
class="btn btn-secondary dropdown-toggle"
type="button"

View file

@ -6,6 +6,7 @@ module.exports = {
'./app/helpers/**/*.rb',
'./app/javascript/**/*.js',
'./app/javascript/**/*.vue',
'./app/assets/javascripts/**/*.js',
'./app/views/**/*.{erb,haml,html,slim}'
],
corePlugins: {