]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-forms/select/select-tags.component.scss
Fix ng select tags height
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / select / select-tags.component.scss
CommitLineData
ebe9b6b3
C
1ng-select ::ng-deep {
2 .ng-arrow-wrapper {
3 display: none;
4 }
5
6 .ng-value-container {
7 padding-top: 2px !important;
8 }
9
10 .ng-value {
11 margin-bottom: 2px !important;
12 max-height: 24px;
13 }
02c01341 14}