mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
exam support valid multiple
This commit is contained in:
Vendored
+15
@@ -9,3 +9,18 @@
|
||||
.pre-line {
|
||||
white-space: pre-line;
|
||||
}
|
||||
.text-one-line{
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
.text-two-line {
|
||||
width:200px;
|
||||
word-break:break-all;
|
||||
display:-webkit-box;
|
||||
-webkit-line-clamp:2;
|
||||
-webkit-box-orient:vertical;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user