fix overflow when having two rows of badges

This commit is contained in:
Vendicated 2024-05-04 01:39:20 +02:00
parent 04d7cb8797
commit dfb06e47d0
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[class*="profileBadges"] {
flex: none;
}

View file

@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import "./fixBadgeOverflow.css";
import { BadgePosition, BadgeUserArgs, ProfileBadge } from "@api/Badges";
import DonateButton from "@components/DonateButton";
import ErrorBoundary from "@components/ErrorBoundary";