Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.css « css « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02713e352193e817e70f4737cb702e3ec8c871af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.systemtag-input {
	display: flex;
	flex-wrap: wrap;
}
#systemtags .select2-container {
	width: 100%;
	max-width: 400px;
}
#systemtags .select2-container .select2-choice {
	height: auto;
}
#systemtag_name {
	width: 100%;
	max-width: 400px;
}