Implement hidden brackets around prefix
This commit is contained in:
parent
0618a769d5
commit
744b7a1755
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden-bracket {
|
.hidden-bracket {
|
||||||
font-size: 0px;
|
position: absolute;
|
||||||
|
left: -1000px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.prefix {
|
td.prefix {
|
||||||
|
|
Loading…
Reference in a new issue