|
@@ -807,7 +807,7 @@ a.uppy-Dashboard-poweredBy {
|
|
|
font-weight: 500;
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
- margin-bottom: 6px;
|
|
|
+ margin-bottom: 5px;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
@@ -826,7 +826,7 @@ a.uppy-Dashboard-poweredBy {
|
|
|
|
|
|
.uppy-DashboardItem-status {
|
|
|
font-size: 11px;
|
|
|
- line-height: 11px;
|
|
|
+ line-height: 1.3;
|
|
|
font-weight: normal;
|
|
|
color: $gray-600;
|
|
|
margin-bottom: 4px;
|
|
@@ -845,8 +845,12 @@ a.uppy-Dashboard-poweredBy {
|
|
|
cursor: pointer;
|
|
|
font-family: inherit;
|
|
|
font-size: inherit;
|
|
|
- line-height: 1;
|
|
|
+ line-height: inherit;
|
|
|
color: inherit;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.uppy-DashboardItem-edit:not(:first-child),
|