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
|
||||
background #f1f1f1
|
||||
|
||||
pre
|
||||
table
|
||||
max-width 480px
|
||||
// pre
|
||||
// table
|
||||
// max-width 480px
|
||||
|
||||
th
|
||||
td
|
||||
|
@ -91,9 +91,9 @@ export default {
|
||||
&:active
|
||||
color #000
|
||||
|
||||
&.full
|
||||
.full
|
||||
display inline
|
||||
&.short
|
||||
.short
|
||||
display none
|
||||
|
||||
@media (max-width 480px)
|
||||
|
Loading…
Reference in New Issue
Block a user