* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+.hotspot-list {
+ /* sidebar width - 16px padding-right, required so as to ignore the scrollbar */
+ width: 284px;
+}
+
.hotspot-list-header {
padding: calc(2 * var(--gridSize)) var(--gridSize);
}
const { expandedCategories, groupedHotspots } = this.state;
return (
- <div className="huge-spacer-bottom">
+ <div className="huge-spacer-bottom big-padded-right hotspot-list">
<h1 className="hotspot-list-header bordered-bottom">
<SecurityHotspotIcon className="spacer-right" />
{translateWithParameters(
exports[`should render correctly 1`] = `
<div
- className="huge-spacer-bottom"
+ className="huge-spacer-bottom big-padded-right hotspot-list"
>
<h1
className="hotspot-list-header bordered-bottom"
exports[`should render correctly 2`] = `
<div
- className="huge-spacer-bottom"
+ className="huge-spacer-bottom big-padded-right hotspot-list"
>
<h1
className="hotspot-list-header bordered-bottom"
exports[`should render correctly when the list of hotspot is static 1`] = `
<div
- className="huge-spacer-bottom"
+ className="huge-spacer-bottom big-padded-right hotspot-list"
>
<h1
className="hotspot-list-header bordered-bottom"
exports[`should render correctly with hotspots: no pagination 1`] = `
<div
- className="huge-spacer-bottom"
+ className="huge-spacer-bottom big-padded-right hotspot-list"
>
<h1
className="hotspot-list-header bordered-bottom"
exports[`should render correctly with hotspots: pagination 1`] = `
<div
- className="huge-spacer-bottom"
+ className="huge-spacer-bottom big-padded-right hotspot-list"
>
<h1
className="hotspot-list-header bordered-bottom"