File size: 389 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.sidebar .calypso-notice.is-compact {
	display: flex;
	margin: -4px 8px 8px;
	border-radius: 2px;

	.calypso-notice__content {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.calypso-notice__text {
		display: inline;
		line-height: 1.3;
	}

	.calypso-notice__action {
		margin-left: auto;
		white-space: normal;
	}

	& + .upsell-nudge.banner.card.is-compact {
		margin-top: 8px;
	}
}