Reuse CopyableText component in all places it can be (#7701)

This commit is contained in:
Michael Telatynski
2022-02-02 12:16:00 +00:00
committed by GitHub
parent 292971dd0e
commit 75b03ca101
5 changed files with 26 additions and 135 deletions
@@ -17,6 +17,7 @@ limitations under the License.
.mx_CopyableText {
display: flex;
justify-content: space-between;
border-radius: 5px;
border: solid 1px $light-fg-color;
margin-bottom: 10px;