mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-16 03:45:14 +00:00
web/SidebarTab: never break the tab name line
Some checks are pending
Some checks are pending
This commit is contained in:
parent
4b5fd1cda0
commit
0749106b96
|
@ -48,7 +48,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<svelte:component this={icon} />
|
<svelte:component this={icon} />
|
||||||
{$t(`tabs.${name}`)}
|
<span class="tab-title">{$t(`tabs.${name}`)}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -108,6 +108,10 @@
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-title {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes pressButton {
|
@keyframes pressButton {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
|
|
Loading…
Reference in a new issue