Commit 0a8eb15
authored
Embedding Projector: fix regex suffix css (#6329)
## Motivation for features / changes
The regex end slash and the regex button did not fit in the same line.
## Technical description of changes
There should be a single suffix slot element that flex in the correct
direction
## Screenshots of UI changes
### Before
<img width="141" alt="Screenshot 2023-04-17 at 8 18 31 PM"
src="https://user-images.githubusercontent.com/31378877/232662251-e2b6dcf4-d6e4-4ea2-8334-cf79e7da26fe.png">
### After

## Detailed steps to verify changes work correctly (as executed by you)
Open the regex option in input
## Alternate designs / implementations considered1 parent c545a2c commit 0a8eb15
File tree
1 file changed
+7
-2
lines changed- tensorboard/plugins/projector/vz_projector
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
54 | | - | |
55 | | - | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
0 commit comments