1
0
Fork 0
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:
muerwre 2019-08-25 13:35:02 +07:00
parent 603e78b5ba
commit e38a046eb7
4 changed files with 13 additions and 7 deletions
src/components/flow/Cell

View file

@ -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 {