Skip to content

Commit

Permalink
Merge branch 'develop' into fix/multiple-undo-cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored May 24, 2024
2 parents 2d56c11 + ac4c4a2 commit dfd5905
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package com.wire.android.ui.authentication

import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.material3.Icon
Expand Down Expand Up @@ -62,7 +61,6 @@ fun ServerTitle(
ConstraintLayout(
modifier = Modifier
.padding(horizontal = dimensions().spacing32x)
.fillMaxWidth()
.then(modifier)
) {
val (serverTitle, infoIcon) = createRefs()
Expand Down

0 comments on commit dfd5905

Please sign in to comment.