fix: fix edit link and remove table width restriction
This commit is contained in:
parent
cdc042a1c1
commit
1eb3e7e8e2
@ -153,9 +153,9 @@ margin-y($top, $bottom = $top)
|
|||||||
left 0
|
left 0
|
||||||
background #f1f1f1
|
background #f1f1f1
|
||||||
|
|
||||||
pre
|
// pre
|
||||||
table
|
// table
|
||||||
max-width 480px
|
// max-width 480px
|
||||||
|
|
||||||
th
|
th
|
||||||
td
|
td
|
||||||
|
@ -91,9 +91,9 @@ export default {
|
|||||||
&:active
|
&:active
|
||||||
color #000
|
color #000
|
||||||
|
|
||||||
&.full
|
.full
|
||||||
display inline
|
display inline
|
||||||
&.short
|
.short
|
||||||
display none
|
display none
|
||||||
|
|
||||||
@media (max-width 480px)
|
@media (max-width 480px)
|
||||||
|
Loading…
Reference in New Issue
Block a user