bunch of touchups for the sizing and all

This commit is contained in:
talksik
2022-01-19 03:21:08 -08:00
parent b15fca6059
commit b04df2528f
5 changed files with 48 additions and 43 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ export default function DashboardRoom() {
}
return (
<section className="p-5 flex-1 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md">
<section className="p-5 flex-1 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md flex-shrink-0">
{/* modal for creating room */}
<CreateOrUpdateRoom
show={showModalType == ShowModalType.createRoom}