mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-04 17:16:40 +07:00
proper cell links
This commit is contained in:
parent
603e78b5ba
commit
e38a046eb7
4 changed files with 13 additions and 7 deletions
src/components/flow/Cell
|
@ -7,6 +7,8 @@
|
|||
border-radius: $cell_radius;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
|
||||
&:global(.is_hero) {
|
||||
.title {
|
||||
|
@ -56,14 +58,12 @@
|
|||
|
||||
text-transform: uppercase;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title {
|
||||
max-height: 2em;
|
||||
max-height: 2.6em;
|
||||
}
|
||||
|
||||
.text_title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue