forked from em/receptty.org
		
	Wrap přetékajících tagů
This commit is contained in:
		@@ -1,11 +1,14 @@
 | 
				
			|||||||
.taglist .tag {
 | 
					.taglist{
 | 
				
			||||||
	margin-right: $tag-margin-right;
 | 
						flex-wrap: wrap;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						.tag {
 | 
				
			||||||
		background: $tag-background;
 | 
							background: $tag-background;
 | 
				
			||||||
		color: $tag-color;
 | 
							color: $tag-color;
 | 
				
			||||||
		border-radius: $tag-border-radius;
 | 
							border-radius: $tag-border-radius;
 | 
				
			||||||
		border: 1px solid #aaa;
 | 
							border: 1px solid #aaa;
 | 
				
			||||||
		font-size: $tag-font-size;
 | 
							font-size: $tag-font-size;
 | 
				
			||||||
		display: inline-block;
 | 
							display: inline-block;
 | 
				
			||||||
 | 
							margin: .2rem $tag-spacing;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		a {
 | 
							a {
 | 
				
			||||||
			display: block;
 | 
								display: block;
 | 
				
			||||||
@@ -17,13 +20,9 @@
 | 
				
			|||||||
				color: $primary;
 | 
									color: $primary;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.taglist.centering {
 | 
					.taglist.centering {
 | 
				
			||||||
	justify-content: center;
 | 
						justify-content: center;
 | 
				
			||||||
	flex-wrap: wrap;
 | 
						.tag { text-transform: capitalize }
 | 
				
			||||||
 | 
					 | 
				
			||||||
	.tag {
 | 
					 | 
				
			||||||
		margin-bottom: .5rem;
 | 
					 | 
				
			||||||
		text-transform: capitalize;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,7 +19,7 @@ $anchor-hover-color:lighten($primary, 20%);
 | 
				
			|||||||
// tags
 | 
					// tags
 | 
				
			||||||
$tag-background:$secondary;
 | 
					$tag-background:$secondary;
 | 
				
			||||||
$tag-padding:.5em;
 | 
					$tag-padding:.5em;
 | 
				
			||||||
$tag-margin-right:.4em;
 | 
					$tag-spacing:.2em;
 | 
				
			||||||
$tag-border-radius:5px;
 | 
					$tag-border-radius:5px;
 | 
				
			||||||
$tag-color:#000;
 | 
					$tag-color:#000;
 | 
				
			||||||
$tag-font-size:.9rem;
 | 
					$tag-font-size:.9rem;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user