aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2025-05-01 22:30:37 +0200
committerRiley L. <riley@e926.de>2025-05-01 22:30:37 +0200
commit48cbf9adcdd70e7da84e28f39b037cc077465e86 (patch)
treeb4630367229343ca6c58c4cb9db7c362beeae98e /style.css
parentbc069cecc48cfd52f3bb6eff22852fb49f814d5a (diff)
downloadabrechenbarkeit-48cbf9adcdd70e7da84e28f39b037cc077465e86.tar
abrechenbarkeit-48cbf9adcdd70e7da84e28f39b037cc077465e86.tar.bz2
abrechenbarkeit-48cbf9adcdd70e7da84e28f39b037cc077465e86.tar.zst
fix/add wraping on user page
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/style.css b/style.css
index a2d8f1f..e1f7a74 100644
--- a/style.css
+++ b/style.css
@@ -266,6 +266,21 @@ h3 {
margin-left: 0;
}
+ul.userforms {
+ content: '';
+ display: table;
+ clear: both;
+ list-style: none;
+ margin-left: 0.5rem;
+ padding: 0;
+}
+
+ul.userforms > li {
+ width: fit-content;
+ float: left;
+ padding: 0.5rem;
+}
+
.backgroundbox {
width: fit-content;
background-color: var(--b0);