diff --git a/css/stylesheet.css b/css/stylesheet.css
index c84c9f2..9761906 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -318,8 +318,9 @@ ul.menu--main li ul li {
   overflow-x: hidden !important;
   -webkit-font-smoothing: antialiased; }
 
-.row {
-  margin-top: 15px; }
+.tag a {
+  overflow: auto;
+  word-break: break-all; }
 
 .date {
   padding-right: 12px;
diff --git a/scss/layout/_format.scss b/scss/layout/_format.scss
index e3885d3..e11592f 100644
--- a/scss/layout/_format.scss
+++ b/scss/layout/_format.scss
@@ -1,3 +1,5 @@
-	.row{
-	margin-top:15px;
-	}
\ No newline at end of file
+	.tag a {
+	overflow: auto;
+	word-break: break-all;
+	}
+	
\ No newline at end of file
