mirror of
https://github.com/sismics/docs.git
synced 2025-12-22 14:11:39 +00:00
Better display for tags in document list
This commit is contained in:
@@ -18,6 +18,27 @@
|
||||
|
||||
.label {
|
||||
margin-left: 2px;
|
||||
|
||||
.full {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.tags {
|
||||
position: absolute;
|
||||
margin-top: -10px;
|
||||
|
||||
.label {
|
||||
.full {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.shorten {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user