]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/select/select-tags.component.scss
f45884fb20e45e2c91acc18f0c51417b9a0b930c
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / select / select-tags.component.scss
1 ng-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 }
14 }