Merge "Use Jira Oauth for user authentication"
[pharos.git] / tools / pharos-dashboard / static / css / theme.css
index 4cec341..bd15637 100644 (file)
@@ -1,7 +1,13 @@
 .blink_me {
-  animation: blinker 1.5s linear infinite;
+    animation: blinker 1.5s linear infinite;
 }
 
 @keyframes blinker {
-  20% { opacity: 0.4; }
+    20% {
+        opacity: 0.4;
+    }
+}
+
+.modal p {
+    word-wrap: break-word;
 }
\ No newline at end of file