/** * IBM Confidential * OCO Source Materials * IBM Business Platform: Dashboard * (C) Copyright IBM Corp. 2018, 2020 * The source code for this program is not published or otherwise divested of its trade secrets, * irrespective of what has been deposited with the U.S. Copyright Office **/ @import "../lib/@ba/ba-ui-carbon-toolkit/essentials/colors/colors"; @import "../lib/@ba/ba-ui-carbon-toolkit/essentials/spacing/spacing"; .topbottomDialog { overflow: hidden; padding: $space-s; height: auto !important; .numberOfResultsSection { padding-bottom: 10px; .aName { width: 100%; .bx--number { width: 100%; } } } }