mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Cleanup.
This commit is contained in:
parent
6d8989315a
commit
b93d9a590e
@ -42,7 +42,6 @@
|
||||
@import "components/badges";
|
||||
@import "components/popovers";
|
||||
@import "components/settings-menu";
|
||||
@import "components/url-preview";
|
||||
|
||||
|
||||
//
|
||||
|
@ -177,6 +177,13 @@
|
||||
}
|
||||
}//.settings-menu-content
|
||||
|
||||
.ghost-url-preview {
|
||||
width: 98%; // Preview never wider than input
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Content Cover
|
||||
|
@ -1,18 +0,0 @@
|
||||
// ------------------------------------------------------------
|
||||
// URL Preview
|
||||
//
|
||||
// Styles for the {{url-preview}} component
|
||||
//
|
||||
// * Overflow Ellipsis
|
||||
// ------------------------------------------------------------
|
||||
|
||||
//
|
||||
// Overflow Ellipsis
|
||||
// --------------------------------------------------
|
||||
|
||||
.ghost-url-preview {
|
||||
width: 98%; // Makes sure the preview isnt wider than the input
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
Loading…
Reference in New Issue
Block a user