We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50cbb5 commit e59990bCopy full SHA for e59990b
src/components/pages/BoostHubTeamsShowPage.tsx
@@ -135,14 +135,14 @@ const Container = styled.div`
135
.toolbar {
136
height: 40px;
137
flex-shrink: 0;
138
- height: px;
139
-webkit-app-region: drag;
140
display: flex;
141
align-items: center;
142
${borderBottom}
143
justify-content: center;
144
.url {
145
- width: 300px;
+ width: 100%;
+ max-width: 450px;
146
${border}
147
height: 24px;
148
padding: 0 5px;
0 commit comments