[Client] Fix glitches
This commit is contained in:
parent
abe8127840
commit
c127267128
|
@ -1,6 +1,8 @@
|
||||||
<mk-url><a href={ url } target={ opts.target }><span class="schema">{ schema }//</span><span class="hostname">{ hostname }</span><span class="port" if={ port != '' }>:{ port }</span><span class="pathname" if={ pathname != '' }>{ pathname }</span><span class="query">{ query }</span><span class="hash">{ hash }</span></a>
|
<mk-url><a href={ url } target={ opts.target }><span class="schema">{ schema }//</span><span class="hostname">{ hostname }</span><span class="port" if={ port != '' }>:{ port }</span><span class="pathname" if={ pathname != '' }>{ pathname }</span><span class="query">{ query }</span><span class="hash">{ hash }</span></a>
|
||||||
<style type="stylus">
|
<style type="stylus">
|
||||||
:scope
|
:scope
|
||||||
|
word-break break-all
|
||||||
|
|
||||||
> a
|
> a
|
||||||
&:after
|
&:after
|
||||||
content "\f14c"
|
content "\f14c"
|
||||||
|
|
|
@ -33,3 +33,6 @@ button
|
||||||
|
|
||||||
*
|
*
|
||||||
pointer-events none
|
pointer-events none
|
||||||
|
|
||||||
|
pre
|
||||||
|
white-space nowrap
|
||||||
|
|
Loading…
Reference in New Issue