mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Displaying features descriptions on only one line
--HG-- branch : 1.x extra : rebase_source : af0edbfa4c37fb2e30691d54c58fa554c9acf5c6
This commit is contained in:
@@ -80,8 +80,11 @@ html.dyn #main ul.features button { display:none; }
|
||||
padding-right:0;
|
||||
}
|
||||
#main .features.summary-view .description {
|
||||
/*display:none;*/
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#main .features.detail-view .description {
|
||||
display:inline;
|
||||
margin:0 0 1em .5ex;
|
||||
|
Reference in New Issue
Block a user