3470: Write a-element in one line to avoid white spaces:
* since this component is put in a table cell, and when there are more than one component in the cell, the white spaces breaks the visual with additional underscore like character.
This commit is contained in:
parent
499aaaa402
commit
2eb7f1bf14
@ -6,9 +6,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<wicket:panel>
|
||||
<a wicket:id="toggle" href="#">
|
||||
<span wicket:id="icon" class="fa fa-flag read-state"></span>
|
||||
</a>
|
||||
<a wicket:id="toggle" href="#"><span wicket:id="icon" class="fa fa-flag read-state"></span></a>
|
||||
</wicket:panel>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user