mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix subpixel border rendering errors in chromium based browsers
This commit is contained in:
parent
dbf5585749
commit
999f66f800
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
resize: both;
|
||||
}
|
||||
|
||||
.tagsinput .tag {
|
||||
.tag-page .tag, .tagsinput .tag {
|
||||
font-family: $font_family_base;
|
||||
padding: 5px;
|
||||
}
|
||||
|
@ -59,7 +59,7 @@
|
|||
// Tags
|
||||
.tag {
|
||||
border: 1px solid;
|
||||
display: inline-flex;
|
||||
display: inline-table;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
@ -69,6 +69,7 @@
|
|||
|
||||
.tag > span {
|
||||
padding: 5px;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.tag a {
|
||||
|
|
Loading…
Reference in a new issue