mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 19:35:31 +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}
|
||||
|
||||
<svelte:component this={icon} />
|
||||
{$t(`tabs.${name}`)}
|
||||
<span class="tab-title">{$t(`tabs.${name}`)}</span>
|
||||
</a>
|
||||
|
||||
<style>
|
||||
|
@ -108,6 +108,10 @@
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.tab-title {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@keyframes pressButton {
|
||||
0% {
|
||||
transform: scale(0.9);
|
||||
|
|
Loading…
Reference in a new issue