1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

fix: width layout (#3234)

This commit is contained in:
Brandon Maharaj
2022-08-03 14:56:04 -04:00
committed by GitHub
parent 8cc02ff03d
commit 4398467368
2 changed files with 10 additions and 2 deletions

View File

@@ -113,6 +113,10 @@
text-decoration: none;
}
max-width: 90%;
&.disabled-organization {
max-width: 78%;
}
}
.edit-button {