Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
66 views

I'm a little new to CSS grid stuff, so forgive me if this is obvious, but I haven't found a good explanation for this so far. In my mind, line-height:1 basically means "use the normal value."...
jwd's user avatar
  • 11.4k
0 votes
1 answer
95 views

I’m building a pill-shaped email input in Flutter with an arrow button on the right side (like the screenshot below). The design requires the arrow to overlay inside the border, not outside. I need ...
MNBLabs's user avatar
  • 116
2 votes
1 answer
103 views

I have a JTextField for displaying the path of a selected folder. It's intentionally disabled (as the folder is supposed to be chosen with a JFileChooser), and when the program starts, a default ...
Holly LeBlond's user avatar
0 votes
0 answers
70 views

I'm building a Quran app using Flutter, and I'm using word-by-word data taken from the Tarteel project. The problem is that I can't get the words to align correctly or resemble the structure of a real ...
omar adel's user avatar
2 votes
4 answers
236 views

Given a and b relating to a list of substrings in c: a = "how are you ?" b = "wie gehst's es dir?" c = [ ("how", "wie"), ("are", "gehst's&...
alvas's user avatar
  • 123k
-3 votes
3 answers
127 views

I have seen several similar questions, but haven't found any that quite answers what I need, and most of these use std::cout along with iomanip I'm using libfmt (although a c++20 answer would likely ...
Gregorio Litenstein's user avatar
2 votes
1 answer
103 views

A quick help here, I was reading the library's manual but couldn't find any help. I have the below code where I used the alignment BOTH in order to achieve the justified alignemnt that Word has, but ...
user avatar
1 vote
1 answer
577 views

The text is bottom-aligned in tabular cells using the Beamer class. I've tried solutions from answers to previous questions, but none works for me. They include using multicolumn, multirow, parbox, ...
Leonardo Castro's user avatar
0 votes
1 answer
95 views

I'm having trouble positioning text in the center of a black overlay in SwiftUI. I want the white text to be aligned in the middle of the black box where I marked with a red line in the image below. ...
Damiano Miazzi's user avatar
0 votes
3 answers
89 views

I can not get the title h1 element to be aligned to the right-side of page. html, body { height: 100%; margin: 0; font-family: Arial, sans-serif; } body { display: flex; flex-direction: ...
user avatar
1 vote
1 answer
33 views

I am practising Kotlin with Android Developer and got stuck with Compose quardant project. Everything is working an looks just like it is supposed to except for some of texts. The screen is devided to ...
Saphiriela's user avatar
-1 votes
3 answers
80 views

I have problems not being able to make a container display a height of 100% and a width of 50% on tmy screen despite my CSS already mentioning those specified measurements in the appropriate div ...
Samuel's user avatar
  • 7
1 vote
0 answers
145 views

I am working on a text aligner to help me get a better understanding of specific steps necessary to perform sequence alignment. So far, things have been going great but I noticed yesterday that my ...
dawnandrew100's user avatar
0 votes
1 answer
377 views

I have the following sample data and would like to left align all columns with text except for the column with "Direction of effect size from other study". df <- tibble(Outcome="CAD&...
John's user avatar
  • 73
1 vote
1 answer
60 views

I'm having trouble aligning the text content equally on a ribbon banner to the left side. Codepen The issues I'm hoping to fix: The first line of text seems to be slightly more indented on the left ...
VeeSands's user avatar
1 vote
1 answer
53 views

I have text coming from an API call. I want to display it. The issue is as below: Dummy data provided to run struct SampleTypeBox: View { var sampleType : [SampleTypeList] VStack(alignment: ....
Joji's user avatar
  • 41
3 votes
1 answer
250 views

I joined a company recently where they seem to like to align the = and : on consecutive lines in python, e.g., instead of a = 0 bb = 2 ccc = 3 they do a = 0 bb = 2 ccc = 3 and likewise for :. I ...
roulette01's user avatar
  • 2,502
2 votes
1 answer
916 views

I'm trying to center a text vertically in jetpack compose but the baseline always begins at the bottom of the icon and i can't figure out why. Row of the elements already has verticalAlignment = ...
Khazho's user avatar
  • 23
0 votes
1 answer
355 views

I want to format C# code in visual studio as image shows: but once auto formatted run on save I get below code I want auto save keep working but keep such alignment as is tried to format code as ...
zaid abdullah's user avatar
1 vote
0 answers
87 views

Column { var isNextVisible by remember {mutableStateOf(false) } Row( modifier = Modifier.fillMaxWidth(), verticalAlignment = Alignment.CenterVertically ) { ...
Diken Mhrz's user avatar
0 votes
2 answers
94 views

Description I am developing a random name picker web app and I'd like to know how to make three texts positioned on top of each slot and aligned center in each slot simultaneously. The current image ...
loupdaniel's user avatar
0 votes
0 answers
89 views

The script I used is: using Plots numbers = [2, 4, 2] colors_1 = ["white", "red", "white"] colors_2 = ["white", "yellow", "white"] ...
Diego Rodrigues's user avatar
2 votes
1 answer
2k views

I figured out how to make a text view's contents scroll by enclosing it in a ScrollView. However, when there is not enough content to fill a line, it ignores my request to use leading alignment and ...
Duncan C's user avatar
  • 132k
3 votes
1 answer
936 views

I have a difficult time to find a workaround to align multiline TextField with another Text in HStack. I want to align it firstTextBaseline. The problem is, TextField jumps down when its text becomes ...
nilegreenblue's user avatar
0 votes
0 answers
49 views

image of the problem As you can see in the screenshot, the text is not properly aligned on the left. The component looks like this: <View style={s.title}> <Text style={s.titleText}> {...
Kevin Michelfelder's user avatar
0 votes
1 answer
521 views

For context, I'm trying to create an email where users can see the queried data as a table. I want the data (from each column) to align at the same position for each row (hence, a table). The data in ...
Star Galaxy's user avatar
1 vote
1 answer
187 views

I want to center textView in ArcShape, currently textView's startAngle is set to ArcShape's startAngle. So far, I've tried finding the midpoint of the ArcShape's startAngle and endAngle, but this ...
Nadia Siddiqah's user avatar
1 vote
0 answers
48 views

I'm using the following code to wrap every word inside two span elements: <p data-anim="wrap-words">Lorem ipsum dolor sit amet.</p> function wrapWords() { const strings = ...
fr-haus's user avatar
  • 11
0 votes
3 answers
159 views

I created a program in Excel VBA, to copy Word document content to a mail body. I want to change the direction of one text. I tried .ParagraphFormat.Alignment. Sub sendMail() Dim ol As Outlook....
Abu Ali's user avatar
0 votes
2 answers
71 views

I am writing this code, first webpage I have built. I have learning along the way but I have hit a block, I feel like it may be a simple block but in my 'scallop' H1 & P I can't get them the align ...
Alicell95's user avatar
0 votes
1 answer
111 views

I am currently a very beginner in css and html. I am trying to make a login page, but i just can't align my two inputs. I want to have the labels "Username :" and "Password :" on ...
Reepers's user avatar
0 votes
1 answer
275 views

I'm trying to add superscripted labels using either expression or bquote along the x-axis. The labels are a bit long and the space a bit tight, so I've placed it at a 45 degree angle, and broke it ...
Segeana's user avatar
  • 13
0 votes
1 answer
598 views

I am trying to create a daily email that sends daily report in a table format. Unfortunately, I am facing 2 problems with the code: The table data is not aligned to center. Instead all the data are ...
Moe's user avatar
  • 3
0 votes
2 answers
63 views

I want to keep the order as it is in this code, but I don't know how to make the value of degree under the value of university @Override public String toString() { return "Education&...
HGSu's user avatar
  • 35
0 votes
1 answer
434 views

Is there a way to get the text in an <input> to NOT be vertically aligned in the center of an <input>? I am working on a form that has an <input> element inside of an <iframe>. ...
AdamHinckley's user avatar
-2 votes
1 answer
41 views

I am following a tutorial and then changing what I can to experiment and create something of my own. I knew I would get to a point where I wanted something different that what was in the tutorial.In ...
Elizabeth Bishop's user avatar
0 votes
0 answers
1k views

I'm wanting to create a application using forced alignment in windows using python 3.11. The problem is that I cannot find any forced alignment package for windows. I tried aeneas but couldn't figure ...
Sahil Yadav's user avatar
-1 votes
2 answers
48 views

I'm unable to correctly display a text on a QLabel, here's how it looks: How do I modify it to get this result:
Flave's user avatar
  • 77
0 votes
1 answer
81 views

so I have three recipes that I am doing for a project: "Bruschetta" "Italian Meatball" & "Seafood Risotto." I put them on different classes in CSS as I thought that ...
MatT's user avatar
  • 3
0 votes
2 answers
64 views

I am building a website for a project at college but somehow I do not get the paragraph aligned in the centre on the top of the webpage. I tried inline, but that did not work, then I tried CSS, but it ...
Brave-N8tion Official's user avatar
0 votes
1 answer
52 views

This question is about chain alignment. Program the function void align_str(char \*output, char \*in, unsigned int size, int align) which equals the input string according to the following rules and ...
Jakub Nevrlý's user avatar
1 vote
1 answer
104 views

I have tried removing the styles, and making columns not ReadOnly, with no difference. No matter what I change, the text in the cells will only align Left or Center UNLESS the text is formatted as ...
Steve S's user avatar
  • 89
2 votes
4 answers
2k views

i tried multiple times to align my label to the middle but for some reason its not working. i have my form div set to flex with both align items and justify content to center. but still, no matter ...
cjs's user avatar
  • 31
0 votes
2 answers
93 views

Does anyone know why the text in this div adds all that extra white-space on the ends of each line, instead of having the border wrap "tightly" around the text as expected? https://jsfiddle....
DonnaDonna's user avatar
1 vote
4 answers
912 views

I am trying to recreate a custom navbar. The navbar has four buttons as shown in the image. However, in my navbar, one of the buttons always seems to bunch down. I wanted to see if it is due to lack ...
Saniya Binoy's user avatar
0 votes
2 answers
2k views

I'm creating a portfolio using bootstrap. For some reasons i can't get the text vertically centered. i have tried align-items-center and justify-content-center with no luck. Here is the code: <div ...
Stalin D'souza's user avatar
0 votes
1 answer
53 views

I am encountering a problem when I want to label the starting and ending point of a line graph indicating a duration with ggplot2. Certain labels are aligned "outward", others "inward&...
G. Ke's user avatar
  • 3
1 vote
0 answers
127 views

I'm a new here, and a new to Python. In Python, how to move an align-self to left or right? According to my codes below, how to move Atomic Number to upper on the left-hand side and Atomic Weight to ...
Tom's user avatar
  • 11
0 votes
0 answers
2k views

When I watch like tutorial in Youtube which the content mostly (if any explanation on white board or on a computer monitor) is in (our) left side. The Youtube subtitles also we may put left alignment ...
AirCraft Lover's user avatar
0 votes
2 answers
240 views

In flutter, Is there any way to set textAlign for each line separately? I want something like telegram app text input: In telegram, if the line starts with a rtl language, text align is right ...
amir_a14's user avatar
  • 2,171

1
2 3 4 5
20