We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135a86c commit 5aa3299Copy full SHA for 5aa3299
scancodeio/static/main.css
@@ -146,6 +146,9 @@
146
cursor: not-allowed;
147
color: var(--bulma-text-weak);
148
}
149
+.tabs.is-narrow {
150
+ --bulma-tabs-link-padding: 0.5em 0.75em;
151
+}
152
.border-no-top-left-radius {
153
border-bottom-left-radius: 6px;
154
border-bottom-right-radius: 6px;
scanpipe/templates/scanpipe/tabset/tabset.html
@@ -1,5 +1,5 @@
1
{% load humanize %}
2
-<div class="tabs is-boxed mb-3">
+<div class="tabs is-boxed is-narrow mb-3">
3
<ul>
4
{% for tab_id, tab_data in tabset_data.items %}
5
<li{% if forloop.first %} class="is-active"{% endif %}>
0 commit comments